AnalogClock AppWidgets

ravikumar.tj

New member
Jun 17, 2009
0
0
0
Visit site
Using Appwidgets, If we use TextView in layout provider xml then, we
are able to set the text in Provider.java using
remoteViews.setTextViewText() method.

Similarly, if I use AnalogClock as AppWidget in xml then, is there any
method available to change the android:dial value using RemoteViews or
AnalogClock api's in Provider.java ?


For Ex- I need to load two dial png's based on AM or PM.