Efficient Adapter and slow Adapter Both on listview in Android?
- by Praveen Chandrasekaran
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.