Display a ListView on a Home Widget with AppWidgetProvider
- by Guillaume
Hi all,
I would like to create a Home Widget containing a ListView, but I don't know if this is possible and if it is, how to do it.
I was using a ListActivity and it was pretty simple, but can't figure out a way to do it using AppWidgetProvider.
Thanks for your help