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?
Aucun commentaire:
Enregistrer un commentaire