0

Here is gives me info:

https://developer.android.com/training/wearables/watch-faces/service.html (Implement Service and Callback Methods)

Where should this class be?

Thanks!

Newton
  • 35
  • 9

1 Answers1

0

Android Wear watch faces need to be included within a Wearable app which is a separate apk that runs directly on the Android Wear device.

ianhanniballake
  • 191,609
  • 30
  • 470
  • 443
  • so a watch face within the app is not gonna be interfering with the watch face's purity? thanks a lot... – Newton Jan 05 '15 at 22:45