views:

77

answers:

1

hi all,

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, sample code are most thankful.

+1  A: 

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.

jqpubliq
what i have to do. in Slow adapter example. just inflate the textview.
Praveen Chandrasekaran