How to support new ambient mode in android wear? -


since last update android wear has new feature - always-on mode. means android wear device doesn’t turn off screen; changes ambient mode save battery , keeps apps running in background.

how should implement this?

p.s. i'm developing sport application, not watchface.

what you're looking how support "ambient mode" in wear app's activity.

there entire doc dedicated this:

http://developer.android.com/training/wearables/apps/always-on.html

as code sample:

https://github.com/googlesamples/android-alwayson/


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -