to notifications Creating Wearable apps Creating Custom UIs Sending and syncing data Creating Watch faces Detecting location Requesting permissions Using the speaker
remote procedure calls Asset - blobs of data WearableListenerService - background services DataListener and MessageListener - foreground components ChannelApi - Assets sync’ed with DataItems, good for large files Choose the right way to communicate http://goo.gl/x8t3YG
http://goo.gl/x8t3YG DataItem - automatic sync MessageApi - remote procedure calls Asset - blobs of data WearableListenerService - background services DataListener and MessageListener - foreground components ChannelApi - Assets sync’ed with DataItems, good for large files
nodes with NodeApi.getConnectedNodes() Implement MessageListener Set the listener with MessageApi.addListener() Send message with MessageApi.sendMessage()
from Context’s system services (Context.AUDIO_SERVICE) Check if the the PackageManager.FEATURE_AUDIO_OUTPUT is available within the system Retrieves the output audio devices with audioManager.getDevices(AudioManager.GET_DEVICES_OUT PUTS) Check if any of the devices is the speaker (AudioDeviceInfo.TYPE_BUILTIN_SPEAKER)