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
Google I/O 15
Search
Marc Poppleton
June 26, 2015
Technology
0
61
Google I/O 15
Marc Poppleton
June 26, 2015
Tweet
Share
More Decks by Marc Poppleton
See All by Marc Poppleton
Slice my app
marcpoppleton
0
50
Slices up your app!
marcpoppleton
1
170
Android all the things! @ Nantes
marcpoppleton
0
160
Android all the Things
marcpoppleton
4
660
Android Things, comment faire sa domotique DIY sans jamais toucher à un fer à souder
marcpoppleton
0
160
Kotlin, how to dive in without drowning
marcpoppleton
0
310
Android Studio, a focus on the tool in different contexts
marcpoppleton
0
420
K for Kotlin
marcpoppleton
1
1.2k
Le magicien Doze
marcpoppleton
0
950
Other Decks in Technology
See All in Technology
製造業からパッケージ製品まで、あらゆる領域をカバー!生成AIを利用したテストシナリオ生成 / 20250627 Suguru Ishii
shift_evolve
PRO
1
160
Should Our Project Join the CNCF? (Japanese Recap)
whywaita
PRO
0
280
Claude Code Actionを使ったコード品質改善の取り組み
potix2
PRO
6
2.6k
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
370
OPENLOGI Company Profile for engineer
hr01
1
33k
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
930
Core Audio tapを使ったリアルタイム音声処理のお話
yuta0306
0
150
Snowflake Summit 2025全体振り返り / Snowflake Summit 2025 Overall Review
mtpooh
2
440
なぜ私はいま、ここにいるのか? #もがく中堅デザイナー #プロダクトデザイナー
bengo4com
0
1.2k
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
26k
TechLION vol.41~MySQLユーザ会のほうから来ました / techlion41_mysql
sakaik
0
200
生成AI時代 文字コードを学ぶ意義を見出せるか?
hrsued
1
680
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
A Modern Web Designer's Workflow
chriscoyier
694
190k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
A designer walks into a library…
pauljervisheath
207
24k
Into the Great Unknown - MozCon
thekraken
39
1.9k
The Invisible Side of Design
smashingmag
300
51k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Gamification - CAS2011
davidbonilla
81
5.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Transcript
Marc Poppleton - OLPS/SOFT/JAV
Agenda • Keynote • Android M • ATAP • Being
at IO
Text Keynote Alias “on est les meilleurs Bisounours”
Keynote Pas de nouveau device Confirmation de leur position
Keynote Nouvelles gestures Wear Annonce de nouveaux Wear Mode Always
On
Keynote OS IoT Brillo Protocole IoT Weave
Keynote Cardboard Android Pay Jump! Wow so much!
Want more Keynote? watch this: https://youtu.be/7V-fIGMDsmE
Text Android M (Android Mondieumaisyapleindetrucsnouveaux)
Now on Tap Context context, context context?
Now on Tap Places App Indexing
Want more Now on Tap? good things come to those
who….wait. (but read this while you wait: https://developers.google.com/app-indexing/)
Permissions bye bye install permissions Hello runtime permissions!
Runtime permissions demandées à l’utilisation réduction du frein lors de
l’installation
Controle l’utilisateur prend le contrôle le développeur prévoit l’absence de
permission
Want more Permissions? watch this: https://goo.gl/crKxLG
Voice API OK Google? Get me two pints of lager
and a packet of crisps!
Voice API Ajoutez 1 Intent android.intent.category.VOICE Choisissez 1 ou plusieurs
System Voice Actions Appelez android.app.VoiceInteractor Définissez des PickOptionRequest Et voilà!
Voice API Limité aux System Voice Actions Custom Voice Actions
à demander à Google par biais d’un formulaire
Want more Voice? watch this: https://goo.gl/nwZZ5i then code this :
http://io2015codelabs.appspot.com/codelabs/voice-interaction
Fingerprint Votre application veut un whisky.
Fingerprints android.hardware.fingerprint.FingerprintManager Authentification de l’utilisateur dans votre app
Want more Fingerprint? watch this: https://goo.gl/JEqjxJ then code this :
https://github.com/googlesamples/android-FingerprintDialog
Backup Om nom nom, Data!
Par défaut, TOUT est sauvegardé Désactivable dans le Manifest android:allowBackup=“false"
Filtrable android:fullBackupContent="@xml/mybackupscheme"
Want more Backup? read this: https://developer.android.com/preview/backup/index.html
Data Binding on a pas déjà vu ça quelque-part?
Data Binding Associer éléments d’UI et code sans…code. Simplifier le
code à sa logique métier
Data Binding Balise data dans les fichiers Layout Syntax @{foo.bar}
dans les éléments d’UI Appeler DataBindingUtil pour instancier la vue
Data Binding UI mise à jour automagiquement : Observable 100%
POJO compatible Généré au Build
Want more Data Binding? read this: https://developer.android.com/tools/data-binding/guide.html
Doze et App Standby Toi l’app, file te coucher et
que je ne t’entende plus!
Doze Nouvelle stratégie d’économie d’énergie Détection d’inactivité du device Met
l’OS en activité minimale
App Standby Nouvelle stratégie d’économie d’énergie Détection d’inutilisation d’une app
Réduit les capacités des apps inutilisées
Want more Doze & Standby? read this: http://developer.android.com/preview/behavior- changes.html#behavior-power
Android Studio 1.3 previews
Android Studio Android Design Support Library Vector Graphics Visual Design
Editors
Android Studio Build incrémental Gradle 2.4
Android Studio NDK IDE support C/C++ Refactoring Java/C Inspection
Want more Android Studio? watch this: https://goo.gl/Almx48
GCM 3.0 Push it to me baby!
GCM 3.0 More clients! More APIs! More Tools!
GCM 3.0 Topics Broadcast en mode pub/sub
GCM 3.0 Devices Group Messaging Cibler un groupe Upstream dans
le groupe
Want more GCM ? Watch this: https://goo.gl/ErUYIW
Want more M ? Watch this: https://goo.gl/vk5SbX
Text ATAP Advanced Technology And Products Projects
Soli
Soli Radar 60GHz miniature Gestures fines Intégration dans les wearables
Want more Soli ? Watch this: https://youtu.be/0QNiZfSsPc0
Jacquard Le slip connecté est pour demain!
Jacquard Textile connecté Process d’industrialisation Partenariat
Want more Jacquard ? Visit: https://www.google.com/atap/project-jacquard/
ARA Le mobile en kit
ARA Un proto qui tombe en marche Les devs invités
à inventer des modules
Want more ARA ? Visit: http://www.projectara.com/
Want more ATAP ? Watch this: https://youtu.be/mpbWQbkl8_g
Text IO IO, We went to IO…
None
None
None
Want more Google IO ? Watch all this: https://goo.gl/Uyis8E and
all this : https://goo.gl/M13Tpp code all this : https://io2015codelabs.appspot.com/ and join your local GDG!
Marc Poppleton OLPS/SOFT/JAV Merci