DashWatch
DashWatch copied to clipboard
DashClock extensions for your Android wear device
Are bitmaps resized when decoding? You should use inJustDecodeBounds, cf: http://developer.android.com/training/displaying-bitmaps/load-bitmap.html Log: E/AndroidRuntime﹕ FATAL EXCEPTION: WearableListenerService Process: com.androidzeitgeist.dashwatch, PID: 25515 java.lang.OutOfMemoryError at dalvik.system.VMRuntime.newNonMovableArray(Native Method) at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:620) at...
I would like to move as much functionality as possible from the watch face activity to a fragment. This way I can mirror the watch face inside the phone UI....
It seems like the watch face might lead to a faster battery drain.
Let the user select a arbitrary background image without using Muzei. Maybe implement a dummy Muzei art source for that.
Evaluate if it makes sense to put all status updates in one data map update. This way we can reduce traffic and the Play Services can optimize the transfer (e.g....