samedi 18 avril 2015

ListView Scroll To Bottom with AsynTask on Image

Problem: ListView Cannot Scroll To Bottom when Image(s) are loaded using AsynTask Details: I want to scroll the listView to bottom when user opens the listView. The listview contains both images and text. For better memory mgmt, i am using the method suggested here, which shows a small icon when the bitmap is loading http://ift.tt/1oCMsb7


In order to scroll to bottom, i ust listview.setStackFromBottom(true); AND listView.setSelection(adapter.getCount()-1);


However, for images listview, it just can't scroll to bottom. Is there any solutions for this issue?


enter image description here


Aucun commentaire:

Enregistrer un commentaire