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
58
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
44
Slices up your app!
marcpoppleton
1
150
Android all the things! @ Nantes
marcpoppleton
0
150
Android all the Things
marcpoppleton
4
630
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
290
Android Studio, a focus on the tool in different contexts
marcpoppleton
0
410
K for Kotlin
marcpoppleton
1
1.2k
Le magicien Doze
marcpoppleton
0
940
Other Decks in Technology
See All in Technology
Taming you application's environments
salaboy
0
190
FlutterアプリにおけるSLI/SLOを用いたユーザー体験の可視化と計測基盤構築
ostk0069
0
100
iOSチームとAndroidチームでブランチ運用が違ったので整理してます
sansantech
PRO
0
150
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
540
初心者向けAWS Securityの勉強会mini Security-JAWSを9ヶ月ぐらい実施してきての近況
cmusudakeisuke
0
130
CDCL による厳密解法を採用した MILP ソルバー
imai448
3
140
RubyのWebアプリケーションを50倍速くする方法 / How to Make a Ruby Web Application 50 Times Faster
hogelog
3
950
なぜ今 AI Agent なのか _近藤憲児
kenjikondobai
4
1.4k
データプロダクトの定義からはじめる、データコントラクト駆動なデータ基盤
chanyou0311
2
330
Flutterによる 効率的なAndroid・iOS・Webアプリケーション開発の事例
recruitengineers
PRO
0
120
SRE×AIOpsを始めよう!GuardDutyによるお手軽脅威検出
amixedcolor
0
170
開発生産性を上げながらビジネスも30倍成長させてきたチームの姿
kamina_zzz
2
1.7k
Featured
See All Featured
Making Projects Easy
brettharned
115
5.9k
A designer walks into a library…
pauljervisheath
204
24k
Typedesign – Prime Four
hannesfritz
40
2.4k
A Tale of Four Properties
chriscoyier
156
23k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.5k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
GraphQLとの向き合い方2022年版
quramy
43
13k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
Docker and Python
trallard
40
3.1k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
370
How GitHub (no longer) Works
holman
310
140k
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