I've a free app on the Play Store: Circus Watch Faces and I'm trying to add a watch faces chooser in the configuration activity; I followed the Android Dev Docs about it and no problems, BUT how I can switch from one watch face to another?
I'm completely new to android development so I'm trying to understad from samples and building something new. Currently I've a configuration activity with just a button and when I click on it, I'd like to change the current watch face!
My code is on GitHub (not updated with the config activity yet) if maybe can help a bit.