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
49
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
91
Writing A Plugin for Android Studio
larchaon
1
98
Marvel of Annotation Processing in Java Mobius 2017
larchaon
0
140
How to Become a Successful Programmer
larchaon
0
110
Kotlin JS: Is it a Thing?
larchaon
0
200
Marvel of Annotations in Java/Android
larchaon
0
110
Testing RESTful services: GoT JavaDay Kiev Edition
larchaon
0
93
Automate the Mobile
larchaon
0
200
Google I/O 2016 Retrospective
larchaon
0
79
Other Decks in Technology
See All in Technology
LLM時代にデータエンジニアの役割はどう変わるか?
ikkimiyazaki
6
1.2k
AWS IoT 超入門 2025
hattori
0
270
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
150
「Verify with Wallet API」を アプリに導入するために
hinakko
1
270
Function calling機能をPLaMo2に実装するには / PFN LLMセミナー
pfn
PRO
0
1k
How to achieve interoperable digital identity across Asian countries
fujie
0
140
これがLambdaレス時代のChatOpsだ!実例で学ぶAmazon Q Developerカスタムアクション活用法
iwamot
PRO
5
230
Where will it converge?
ibknadedeji
0
200
From Prompt to Product @ How to Web 2025, Bucharest, Romania
janwerner
0
120
Developer Advocate / Community Managerなるには?
tsho
0
110
生成AIとM5Stack / M5 Japan Tour 2025 Autumn 東京
you
PRO
0
240
Geospatialの世界最前線を探る [2025年版]
dayjournal
0
180
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
YesSQL, Process and Tooling at Scale
rocio
173
14k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
The Language of Interfaces
destraynor
162
25k
How to Think Like a Performance Engineer
csswizardry
27
2k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
The Cost Of JavaScript in 2023
addyosmani
53
9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
189
55k
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