Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implement ListView in android Widgets

Tags:

I am making a widget for one of my applications which includes a ListView.

I want to display a list of 2 records on my widget. I have searched many forums and tutorials but could not find any tutorial on ListViews in widgets.

Can any one provide me with some good code/tutorials from where i can learn to implement ListViews in Android Widgets.

like image 961
Shah Avatar asked May 23 '11 05:05

Shah


1 Answers

CommonsGuy has a sample widget application in GitHub using a ListView in a homescreen widget: LoremWidget

like image 183
ddewaele Avatar answered Sep 19 '22 16:09

ddewaele