[MobCamp 2014] Android Wear and Google Glass

44
Android Wear & Google Glass Douglas Drumond [email protected] +DouglasDrumond

description

Palestra apresentada no MobCamp em 5-ago-2014

Transcript of [MobCamp 2014] Android Wear and Google Glass

Page 1: [MobCamp 2014] Android Wear and Google Glass

Android Wear & Google GlassDouglas Drumond [email protected] +DouglasDrumond

Page 2: [MobCamp 2014] Android Wear and Google Glass
Page 3: [MobCamp 2014] Android Wear and Google Glass
Page 4: [MobCamp 2014] Android Wear and Google Glass
Page 5: [MobCamp 2014] Android Wear and Google Glass
Page 6: [MobCamp 2014] Android Wear and Google Glass

FPO: verify rights

Page 7: [MobCamp 2014] Android Wear and Google Glass
Page 8: [MobCamp 2014] Android Wear and Google Glass

REAL LIFE

GET PHONE

LOST IN PHONE

Page 9: [MobCamp 2014] Android Wear and Google Glass
Page 10: [MobCamp 2014] Android Wear and Google Glass
Page 11: [MobCamp 2014] Android Wear and Google Glass
Page 12: [MobCamp 2014] Android Wear and Google Glass
Page 13: [MobCamp 2014] Android Wear and Google Glass
Page 14: [MobCamp 2014] Android Wear and Google Glass
Page 15: [MobCamp 2014] Android Wear and Google Glass

you talk to the wearable

Page 16: [MobCamp 2014] Android Wear and Google Glass

actions

Page 17: [MobCamp 2014] Android Wear and Google Glass

actions

Page 18: [MobCamp 2014] Android Wear and Google Glass

the wearable talks to you

actions

Page 19: [MobCamp 2014] Android Wear and Google Glass

actions

context

Page 20: [MobCamp 2014] Android Wear and Google Glass

actions

context

Page 21: [MobCamp 2014] Android Wear and Google Glass
Page 22: [MobCamp 2014] Android Wear and Google Glass

Battery

Audio

Touchpad

CameraPrism/Optics

Titanium Rollbar

Microphone

Camera Button

Page 23: [MobCamp 2014] Android Wear and Google Glass

1 Dia de uso típico

Resolução 640x360

Processor Dual-Core 1 GB RAM

16 GB Total 12 GB Disponíveis

5 MP - 720p video

Automatic Cloud-Sync

Android 4.4.2 KitKat

Peso: 50g

Page 24: [MobCamp 2014] Android Wear and Google Glass

What do I see?

Page 25: [MobCamp 2014] Android Wear and Google Glass

How can I hear?

Bone Conduction Transducer

Page 26: [MobCamp 2014] Android Wear and Google Glass

Google Glass Frames

Page 27: [MobCamp 2014] Android Wear and Google Glass
Page 28: [MobCamp 2014] Android Wear and Google Glass
Page 29: [MobCamp 2014] Android Wear and Google Glass
Page 30: [MobCamp 2014] Android Wear and Google Glass

What do I see?

Page 31: [MobCamp 2014] Android Wear and Google Glass

Developing

Page 32: [MobCamp 2014] Android Wear and Google Glass

Notifications

Page 33: [MobCamp 2014] Android Wear and Google Glass

Notifications

Page 34: [MobCamp 2014] Android Wear and Google Glass

Notifications

Page 35: [MobCamp 2014] Android Wear and Google Glass

NO WORK REQUIRED

Page 36: [MobCamp 2014] Android Wear and Google Glass

Notifications

Page 37: [MobCamp 2014] Android Wear and Google Glass

NO WORK REQUIRED

Page 38: [MobCamp 2014] Android Wear and Google Glass

Notifications

Stacks Pages Replies

Page 39: [MobCamp 2014] Android Wear and Google Glass

// Key for the string that's delivered in the action's intent private static final String EXTRA_VOICE_REPLY = "extra_voice_reply"; !String replyLabel = getResources().getString(R.string.reply_label); !RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_VOICE_REPLY) .setLabel(replyLabel) .build();

private CharSequence getMessageText(Intent intent) { Bundle remoteInput = RemoteInput.getResultsFromIntent(intent); if (remoteInput != null) { return remoteInput.getCharSequence(EXTRA_VOICE_REPLY); } } return null; }

Page 40: [MobCamp 2014] Android Wear and Google Glass

DEMO!

Page 41: [MobCamp 2014] Android Wear and Google Glass

What’s next?Getting Started with Android Wear developer.android.com/wear

Page 42: [MobCamp 2014] Android Wear and Google Glass

Obrigado!

Agradecimentos à Stephanie Liu e equipe de Developer Relations por fornecer boa parte desse material.

Page 43: [MobCamp 2014] Android Wear and Google Glass

+DouglasDrumond @douglasdrumond www.douglasdrumond.com

Page 44: [MobCamp 2014] Android Wear and Google Glass

+GDGCampinasOrg @gdgcampinas www.gdg-campinas.org