
It's not in an app store or anything, because I don't know anything about that crap, so you have to manually install the .apk file. I assume everyone reading this knows how to do that.
It runs as both a normal application and as a "Daydream" service. Select Settings / Display / Daydream / Dali Clock, and it will run automatically as a kind of screen saver when the device is docked or charging. Android 4.2 or newer is required.
Like the iOS version, there is no preferences panel. Swipe left or down to decrease the number of digits; swipe right or up to increase. Tap to momentarily display the date. Double-tap to toggle 12- and 24-hour mode.
Let me know what performance is like on your various devices.
The emulator doesn't seem to be able to emulate more than one Android device, so I haven't witnessed it doing its thing on a tablet or a Google TV or anything like that.
Hopefully it will track your locale's rules about the order in which day, month and year appear, and whether 24-hour time is the default.
I'd sure appreciate some advice from experienced Android developers about what we did wrong, since this is my first trip down this road. In particular, the android/Makefile is a horror show. Do I really need to type in a password every time I want to build the .apk file?
I'm also suffering PTSD at just how many useless subdirectories this effort resulted in. I'm sure that some of this is unavoidable Java insanity, plus a layer of Android insanity on top, but seriously? It goes fourteen levels deep!
I would like to make pinching do the same as swiping, but I couldn't figure out how one does pinch gestures on Android.
When changing the device's orientation, it takes a long time to react. I don't know if that's because I'm doing something wrong, or if that's just how Android is. (I've only seen this thing running in the emulator, not on a real device.)
So far, I have not discovered any way to get Android Studio on OSX to show me the output of Log.d() or Log.i(), which makes all of this incredibly difficult to debug! Even when I do
Oh, also, Joshua Wise ported it to the Pebble Smart Watch. The source for that is in this release too.
That's probably not the watch you were wondering about, right?
So it turns out that an Apple Watch port of Dali Clock would be kind of pointless, because the Apple does not allow you to build custom watch faces at all. No, really.
And as far as I can tell, the only way to get custom graphics onto the watch is to basically package up and hand it the equivalent of an anim-GIF. So the way that would work is, you'd launch an app on your watch, which would launch an app on your phone, which would then start spraying image frames at the watch over bluetooth as quickly as possible -- which they say is something like 10 FPS when they are looping. In the case where every frame is different forever, who knows.