Where to declair the alarm manager for updating a watchface in ambient mode?
问题 I'm trying to add an AlarmManager to update a watch face on half minute intervals. This is for a ternary clock. This is my first time programming with Java or android studio. I'm following a guide at https://developer.android.com/training/wearables/apps/always-on.html The guide says to "declare the alarm manager and the pending intent in the onCreate() method of your activity" Should I use @Override public Engine onCreateEngine() { return new Engine(); } or @Override public Engine