All, I am a bit new to Android so please help me out. I am trying an application widget, which should show a list of buttons on home screen, the list is determined by what is stored in the database. For example if the database table has 5 rows, there will be five buttons on the screen.
However, in the onUpdate() method of class AppWidgetProvider, I am unable to add as only RemoteViews are available here. How can i do this. Please help. Thanks Shyam
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

