Wish Android Homescreen widget "Listview"

fredo

Well-Known Member
Licensed User
Longtime User
As mentioned here "...ListView is supported in newer devices. I will add it to the features list" it would be very useful to support Listviews in Android Homescreen widgets.

Using an array of labels on the RemoteViews is possible, but not acceptable for a modern UI.

If I understood the official Android developer guide right it should be feasable.

An example would be "Chrome's Bookmark widget":

ListviewOnAndroidHomescreenwidget.gif
 
Top