Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Android wear Codelab

Android wear Codelab

My talk on the GDG Vigo before I / O Extended, it explained how to use the basics of android wear preview

Saul Molinero

June 25, 2014
Tweet

More Decks by Saul Molinero

Other Decks in Programming

Transcript

  1. What are we going to see? 1. What is android

    wear 2. How android wear works 3. Simple notification 4. Voice notifications 5. Page notifications 6. Real app
  2. 1. Register into “Android Wear Preview”
 http://developer.android.com/wear/preview/signup.html 2. Download the

    emulator image
 SDK-manager 3. Download the wear application from G.Play
 https://play.google.com/apps/testing/com.google.android.wearablepreview.app 4. Create an emulator
 5. Connect your device
 adb -d forward tcp:5601 tcp:5601 How android wear works?