SlideShare une entreprise Scribd logo
1  sur  52
Télécharger pour lire hors ligne
Android 
Wear 
Follow @thedamfr
Damien Cavaillès 
@TheDamFr
ANDROID 
EVERYWHERE
ANDROID 
EVERYWEAR
CECI N’EST PAS 
UNE MONTRE
QU’EST-CE QU’UN 
WEARABLE ?
Smartphone
Smartphone 
Wearable
Lifestyle
Predictif
No 
interaction 
Voice Quick 
selection 
Context Glanceable
No 
interaction 
Voice Quick 
selection 
Context Glanceable ALL ACTION
ACTIONS 
NOT APPS
QUICK & SHORT 
INTERACTIONS
ONE PLATFORM 
MULTIPLE DEVICES
GPS 
WIFI 
SOUND v/ BLUETOOTH
NOTIFICATION
NOTIFICATION
NOTIFICATION 
DEMO
NOTIFICATION 
DEMO
CONCEPTS
CONCEPTS
Mobile 
Module 
Wear 
Module 
CONCEPTS 
?
DataItem 
Message 
Node 
CONCEPTS
Node 
CONCEPTS
Message 
CONCEPTS
Message 
CONCEPTS 
<service android:name=".StartWearActivityService"> 
<intent-filter> 
<action 
android:name="com.google.android.gms.wearable.BIND_LISTENER"/> 
</intent-filter> 
</service>
DataItem 
CONCEPTS
GDE 
DataItem / Message 
Path 
String “/path/to/item” 
Payload 
Byte[ ] <=100KB
DataItem 
CONCEPTS 
Asset asset = createAssetFromBitmap(bitmap); 
PutDataMapRequest dataMap = PutDataMapRequest. 
create("/image"); 
dataMap.getDataMap() 
.putAsset("profileImage", asset)
Wear 
Module ? 
EXEMPLE 
Hoi Lam 
Google 
Wearble Developer Advocate
Mobile 
Module 
Wear 
Module 
Activity 
EXEMPLE 
Le mot-clé start lance l’activité
EXEMPLE 
Mobile 
Module 
Wear 
Module 
Activity 
L’activité utilise un Message
EXEMPLE 
Mobile 
Module 
Wear 
Module 
Activity 
WearService 
Le message réveille un service
EXEMPLE 
Mobile 
Module 
Wear 
Module 
Activity 
WearService 
WWW 
Le service cherche les données sur le web
EXEMPLE 
Mobile 
Module 
Wear 
Module 
Activity 
WearService 
WWW 
Le service DataSync les données
EXEMPLE 
Mobile 
Module 
Wear 
Module 
Activity 
WearService 
WWW 
Le service charge l’image depuis le web
EXEMPLE 
Mobile 
Module 
Wear 
Module 
Activity 
WearService 
WWW 
Le service DataSync l’Asset
USAGE
Simplicity is the 
ultimate 
sophistication. 
Leonardo da Vinci 
“ 
’’
Teleport 
Data Sync and Messaging Library 
for Android Wear 
Github 
github.com/Mariuxtheone/Teleport 
Gradle - Maven 
compile 'Teleport:teleportlib:0.1.3'
GDE 
TeleportClient 
Set Up: 
TeleportClient mTeleportClient = new TeleportClient(this); 
mTeleportClient.connect(); 
Send Message 
mTeleportClient.sendMessage("startActivity", null); 
Sync Data 
mTeleportClient.syncInt("myInt", 12345)
GDE 
TeleportService 
Retrieve a Message 
setOnGetMessageTask(new TeleportService.OnGetMessageTask { 
@Override 
protected void onPostExecute(String path) { 
if (path.equals("startActivity")){ 
Intent startIntent = new Intent(this, WearActivity. 
class); 
startIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); 
startActivity(startIntent); 
};}
Github : TheDamFr 
Twitter : @TheDamFr Questions ?

Contenu connexe

Similaire à Android Wear - Ceci n'est pas une montre ! - #TakeOffTalk

Mobile Enterprise Applications
Mobile Enterprise ApplicationsMobile Enterprise Applications
Mobile Enterprise Applications
Jason Conger
 
Assistive Technology_Research
Assistive Technology_ResearchAssistive Technology_Research
Assistive Technology_Research
Meng Kry
 
Android presentation
Android presentationAndroid presentation
Android presentation
Imam Raza
 
Android : a linux-based mobile operating system
Android : a linux-based mobile operating systemAndroid : a linux-based mobile operating system
Android : a linux-based mobile operating system
Clément Escoffier
 
android-tutorial-for-beginner
android-tutorial-for-beginnerandroid-tutorial-for-beginner
android-tutorial-for-beginner
Ajailal Parackal
 
PhoneGap, Backbone & Javascript
PhoneGap, Backbone & JavascriptPhoneGap, Backbone & Javascript
PhoneGap, Backbone & Javascript
natematias
 

Similaire à Android Wear - Ceci n'est pas une montre ! - #TakeOffTalk (20)

Android Evolution, AppForum 2014, Brussels, Friedger Müffke
Android Evolution, AppForum 2014, Brussels, Friedger MüffkeAndroid Evolution, AppForum 2014, Brussels, Friedger Müffke
Android Evolution, AppForum 2014, Brussels, Friedger Müffke
 
Mobile Enterprise Applications
Mobile Enterprise ApplicationsMobile Enterprise Applications
Mobile Enterprise Applications
 
Android Basics
Android BasicsAndroid Basics
Android Basics
 
Assistive Technology_Research
Assistive Technology_ResearchAssistive Technology_Research
Assistive Technology_Research
 
Android Minnebar
Android MinnebarAndroid Minnebar
Android Minnebar
 
Android tutorial
Android tutorialAndroid tutorial
Android tutorial
 
Android workshop
Android workshopAndroid workshop
Android workshop
 
The Enterprise Dilemma: Native vs. Web
The Enterprise Dilemma: Native vs. WebThe Enterprise Dilemma: Native vs. Web
The Enterprise Dilemma: Native vs. Web
 
android level 3
android level 3android level 3
android level 3
 
Android presentation
Android presentationAndroid presentation
Android presentation
 
OpenMIC March-2012.phonegap
OpenMIC March-2012.phonegapOpenMIC March-2012.phonegap
OpenMIC March-2012.phonegap
 
Android : a linux-based mobile operating system
Android : a linux-based mobile operating systemAndroid : a linux-based mobile operating system
Android : a linux-based mobile operating system
 
Pandora FMS: Windows Phone 7 Agent
Pandora FMS: Windows Phone 7 AgentPandora FMS: Windows Phone 7 Agent
Pandora FMS: Windows Phone 7 Agent
 
Dm36678681
Dm36678681Dm36678681
Dm36678681
 
Introduction to Android Programming
Introduction to Android ProgrammingIntroduction to Android Programming
Introduction to Android Programming
 
GDG GeorgeTown Devfest 2014 Presentation: Android Wear: A Developer's Perspec...
GDG GeorgeTown Devfest 2014 Presentation: Android Wear: A Developer's Perspec...GDG GeorgeTown Devfest 2014 Presentation: Android Wear: A Developer's Perspec...
GDG GeorgeTown Devfest 2014 Presentation: Android Wear: A Developer's Perspec...
 
android-tutorial-for-beginner
android-tutorial-for-beginnerandroid-tutorial-for-beginner
android-tutorial-for-beginner
 
PhoneGap, Backbone & Javascript
PhoneGap, Backbone & JavascriptPhoneGap, Backbone & Javascript
PhoneGap, Backbone & Javascript
 
Android For All The Things
Android For All The ThingsAndroid For All The Things
Android For All The Things
 
Exercises broadcast receiver,incoming phone call
Exercises broadcast receiver,incoming phone callExercises broadcast receiver,incoming phone call
Exercises broadcast receiver,incoming phone call
 

Plus de Damien Cavaillès

Plus de Damien Cavaillès (7)

Deploying Machine Learning in production without servers - #serverlessCPH
Deploying Machine Learning in production without servers - #serverlessCPHDeploying Machine Learning in production without servers - #serverlessCPH
Deploying Machine Learning in production without servers - #serverlessCPH
 
Mix-IT - Dev2Maker - Damien Cavaillès
Mix-IT - Dev2Maker - Damien CavaillèsMix-IT - Dev2Maker - Damien Cavaillès
Mix-IT - Dev2Maker - Damien Cavaillès
 
BBL AXA Lille - Nearable and the Eddystone Quest
BBL AXA Lille - Nearable and the Eddystone QuestBBL AXA Lille - Nearable and the Eddystone Quest
BBL AXA Lille - Nearable and the Eddystone Quest
 
Android Auto Talk at #DroidConFR !
Android Auto Talk at #DroidConFR !Android Auto Talk at #DroidConFR !
Android Auto Talk at #DroidConFR !
 
Andoid Auto : Rolling Droid Gather no moss
Andoid Auto : Rolling Droid Gather no mossAndoid Auto : Rolling Droid Gather no moss
Andoid Auto : Rolling Droid Gather no moss
 
Dev2Maker at Codeurs en Seine #Codeurs2014
Dev2Maker at Codeurs en Seine #Codeurs2014Dev2Maker at Codeurs en Seine #Codeurs2014
Dev2Maker at Codeurs en Seine #Codeurs2014
 
Presentation article rest : How-to
Presentation article rest : How-toPresentation article rest : How-to
Presentation article rest : How-to
 

Dernier

introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 

Dernier (20)

Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Pharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyPharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodology
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 

Android Wear - Ceci n'est pas une montre ! - #TakeOffTalk