Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Android Everywhere!
Search
Alexey Buzdin
July 03, 2014
Technology
0
48
Android Everywhere!
Retrospective of Android gadgets and technologies announced or mentioned at Google I/O 2014
Alexey Buzdin
July 03, 2014
Tweet
Share
More Decks by Alexey Buzdin
See All by Alexey Buzdin
Make you Gadget Talk: Google Assistant
larchaon
0
83
Writing A Plugin for Android Studio
larchaon
1
89
Marvel of Annotation Processing in Java Mobius 2017
larchaon
0
120
How to Become a Successful Programmer
larchaon
0
100
Kotlin JS: Is it a Thing?
larchaon
0
190
Marvel of Annotations in Java/Android
larchaon
0
86
Testing RESTful services: GoT JavaDay Kiev Edition
larchaon
0
64
Automate the Mobile
larchaon
0
180
Google I/O 2016 Retrospective
larchaon
0
77
Other Decks in Technology
See All in Technology
IBC 2024 動画技術関連レポート / IBC 2024 Report
cyberagentdevelopers
PRO
1
110
SSMRunbook作成の勘所_20241120
koichiotomo
3
160
AWS Lambda のトラブルシュートをしていて思うこと
kazzpapa3
2
180
AWS Media Services 最新サービスアップデート 2024
eijikominami
0
200
初心者向けAWS Securityの勉強会mini Security-JAWSを9ヶ月ぐらい実施してきての近況
cmusudakeisuke
0
130
Python(PYNQ)がテーマのAMD主催のFPGAコンテストに参加してきた
iotengineer22
0
500
複雑なState管理からの脱却
sansantech
PRO
1
150
『Firebase Dynamic Links終了に備える』 FlutterアプリでのAdjust導入とDeeplink最適化
techiro
0
130
TypeScriptの次なる大進化なるか!? 条件型を返り値とする関数の型推論
uhyo
2
1.7k
プロダクト活用度で見えた真実 ホリゾンタルSaaSでの顧客解像度の高め方
tadaken3
0
180
アジャイルチームがらしさを発揮するための目標づくり / Making the goal and enabling the team
kakehashi
3
140
rootlessコンテナのすゝめ - 研究室サーバーでもできる安全なコンテナ管理
kitsuya0828
3
390
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
510
110k
The Invisible Side of Design
smashingmag
298
50k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
130
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
Making Projects Easy
brettharned
115
5.9k
For a Future-Friendly Web
brad_frost
175
9.4k
Site-Speed That Sticks
csswizardry
0
28
Six Lessons from altMBA
skipperchong
27
3.5k
Why Our Code Smells
bkeepers
PRO
334
57k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Fireside Chat
paigeccino
34
3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Transcript
Android Everywhere Alexey Buzdin
Java / Mobile developer / Trainer @ @AlexeyBuzdin
Android where?
None
None
None
None
None
None
None
None
None
[N ow in UK]
[Early 2015]
None
Android One • Blueprints for ~100$ price phones • Stock
Android • Direct Google Updates • Vendor specific pre-installed apps [Late 2014]
Google Play support in Chromebook
www.android.com/tv
<application> <activity android:name="com.example.android.MainActivity" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category
android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name="com.example.android.TvActivity" android:label="@string/app_name" android:theme="@style/Theme.Leanback" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LEANBACK_LAUNCHER" /> </intent-filter> </activity> </application>
Android TV • TVs and standalone set-top boxes. • Google
Play Store support • Google Cast (Chromecast) • Sony, Sharp, TP Vision, Razer, Asus [Late 2014]
None
None
Android Wear Features: 1. Voice 2. Search 3. Fitness 4.
Compatibility [N OW !]
None
None
Android Auto • GPS mapping/navigation • Music control • Telephony
• SMS composition and playback • Web search [Late 2014]
Android Everywhere Alexey Buzdin