Hello,
    I have 2 questions related to configuring widgets. I'd really
appreciate any help/pointers.

1) I use AppWidget Configuration Activity to get the user preferences
and when the user clicks 'Done', I add the widget on to the home
screen. Now when the user clicks on the widget, I want to take the
user back to the configuration screen. Is that possible? Currently, I'
trying to send an intent from the widget class to the the
configuration activity but the configuration screen does not come up.

2) In the configuration step, I take a timezone value from the user
and I want to add a clock widget (I have a custom class for the clock)
that displays the time for this timezone. My clock class is very
similar to android AnalogClock class except that, this has an
additional setTimeZone method. I use this clock class in the layout
file, from which the RemoteView is created. As far as I understand
there is no way to configure the timezone through RemoteViews
(RemoteViews supports only very few methods like setting text, image
etc).
If I send an intent to the clock class to configure the timezone,
would it be possible to configure each instance of the widget to a
different timezone? Or is there a way to achieve this, through
RemoteView itself? Any pointers will be of great help.

Thanks!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to