How To Not Get Refreshed When Scrolling Listview In Android
i don't want my list view to be refreshed when i scroll screen list view gets refreshed... i don't want it to happen...what should i do ListView may cache some items' views for performance reasons.
I'm not sure what exactly you want to achieve, but you can't disable ListView
refreshing. That's basically one of the reason ListView
was implemented in the first place: smart refreshing.
You should describe what you want to achieve, I've got feeling that it's not related with ListView
refreshing itself.
Solution 2:
You can use Pull To Refresh
Solution 3:
Check this video about ListView Google IO 2010 - World of ListView
I think this is not possible. And you have something wrong in your app design.
Please give more details , on why you do not wont your ListView
items to be refreshed while scrolling.
Post a Comment for "How To Not Get Refreshed When Scrolling Listview In Android"