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
51
Slices up your app!
marcpoppleton
1
180
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
Delegate authentication and a lot more to Keycloak with OpenID Connect
ahus1
0
240
Amazon Bedrock AgentCore でプロモーション用動画生成エージェントを開発する
nasuvitz
6
390
我々は雰囲気で仕事をしている / How can we do vibe coding as well
naospon
2
210
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.6k
どこで動かすか、誰が動かすか 〜 kintoneのインフラ基盤刷新と運用体制のシフト 〜
ueokande
0
180
夢の印税生活 / Life on Royalties
tmtms
0
280
PFEM Online Feature Flag @ newmo
shinyaishitobi
2
340
会社にデータエンジニアがいることでできるようになること
10xinc
9
1.5k
モノレポにおけるエラー管理 ~Runbook自動生成とチームメンションの最適化
biwashi
0
540
OpenAPIから画面生成に挑戦した話
koinunopochi
0
140
生成AI利用プログラミング:誰でもプログラムが書けると 世の中どうなる?/opencampus202508
okana2ki
0
190
信頼できる開発プラットフォームをどう作るか?-Governance as Codeと継続的監視/フィードバックが導くPlatform Engineeringの進め方
yuriemori
1
420
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
73
5k
Designing Experiences People Love
moore
142
24k
Rails Girls Zürich Keynote
gr2m
95
14k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Faster Mobile Websites
deanohume
309
31k
Side Projects
sachag
455
43k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Why Our Code Smells
bkeepers
PRO
338
57k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Fireside Chat
paigeccino
39
3.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
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