Just starting working with Wear. Having trouble figuring out how get a user chosen bitmap prepared and ready before the onDraw. I can hard code it in onCreate but can't figure out how to deal with config options (I'm familiar with shared preferences in normal programming) I've read some smatterings of info on data and messages but I've literally put a Log.d in every class and can't seem to get anything to happen before the first onDraw of the watch service.
UPDATE: I very carefully looked at the WatchFace demo and when you change the background color, switch watchfaces, switch back, as the the newly changed background color watchface comes up, it starts using the default (black) color and then flicks to the new color. I want to avoid this behavior.