nasserprofessional

Results 4 comments of nasserprofessional

Hi Samy, I did manage to get it working with a scrollview and gridview as mentioned abovie and it was pretty simple I just replaced all listview stuff with scrollview...

If you go inside SampleListFragment: Go inside this function: public void adjustScroll(int scrollHeight) { Comment out this line: mListView.setSelectionFromTop(1, scrollHeight); It disables resetting the listview to the top when you...

A way you can hack it to make it remember scroll position as well as keep track of the header state across all tabs. Not the best solution but might...

I tried the example and I see the same problem aswell. It seems to call the completion block when everything is ok and doesnt call it when theres an error...