ListView Problem in Android?
how to implement the slow adapter example in ApiDemos for multiple line list view? i want to do this for the multiple line list view when scrollstatechanged? any idea?? tutorial, sam开发者_开发百科ple code are most thankful.
Offhand it looks like you just need to switch the xml you inflate from to handle your needs and edit the getView() to populate it appropriately.
精彩评论