Scrolling list in Android home screen widget

Posted by DanyW on Stack Overflow See other posts from Stack Overflow or by DanyW
Published on 2010-06-08T03:16:38Z Indexed on 2010/06/08 3:22 UTC
Read the original article Hit count: 356

Filed under:
|

Hi folks,

I am trying to teach myself the basics of Android dev. At the moment I am experimenting with home screen widgets. I would like to create a simple widget that lists all my bookmarks. Somewhere in my googling I read that ListView is not usable in a widget. What's the best way to display a scrolling list in a widget? An example would be fantastic, but otherwise point me in the right general direction and I can research further.

Thanks in advance, Dany.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-widget