SlideShare a Scribd company logo
1 of 52
Download to read offline
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 ?

More Related Content

Similar to 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
 

Similar to 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
 

More from Damien Cavaillès

More from 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
 

Recently uploaded

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
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
 

Recently uploaded (20)

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...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
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
 
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
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
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
 
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 🔝✔️✔️
 

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