Open saumitrab opened 11 years ago
@saumitrab Looks good, compose tweet view is done and I see the home timeline and a refresh button. In terms of detecting onScroll, the best way to do that is with a listener as outlined here: http://stackoverflow.com/questions/1080811/android-endless-list (look at the first and second answers for examples). That should get you well on your way to having the list paginate automatically as the user scrolls. Do you have any other questions for us?
Thanks, @nesquena. I don't have any other question at the moment.
My app is a complete, please review. This version contains basic functionality twitter. This app reads latest tweets, it can post new tweets. Offline storage and image caching is not implemented yet. I have a question about detecting onScroll of list view. How can I detect that user is trying to scroll down at end of the listView? Thanks! /cc @nesquena @timothy1ee