Multiple Listviews in single Activity in Android?

Posted by sunil on Stack Overflow See other posts from Stack Overflow or by sunil
Published on 2010-04-05T05:12:42Z Indexed on 2010/04/05 5:23 UTC
Read the original article Hit count: 250

Filed under:
|
|

I want to have multiple listviews in single activity. But only one listview should be displayed at one time. The listviews will be loaded dynamically. So, how can I fill all the four listviews at the same time and display only one?

© Stack Overflow or respective owner

Related posts about listview

Related posts about android