Efficient Adapter and slow Adapter Both on listview in Android?
Posted
by Praveen Chandrasekaran
on Stack Overflow
See other posts from Stack Overflow
or by Praveen Chandrasekaran
Published on 2010-04-27T17:26:56Z
Indexed on
2010/04/29
8:47 UTC
Read the original article
Hit count: 1349
i have an list view with custom adapter for the design of list item. it had a list items are icon(image view) and title, date,description(3 text views). for that custom adapter i refered the Efficient adapter example in Api Demos. i would need to implement a slow adapter for the scroll event.i just the icon will change when scrolling. how to do that? Sample codes are most thankful.
© Stack Overflow or respective owner