RefreshListView
RefreshListView copied to clipboard
Simple Android refresh ListView that enables pull to refresh as Twitter or Facebook apps ListView.
This is how I implemented this feature in my project. I think I'm not missing anything.
i set listview.setChoiceMode(RefreshListView.CHOICE_MODE_SINGLE); but it not working, still select multi row
`5 minutes ago` is much more readable than `Jun 8 2013 12:00 PM`.
Updating a list is almost always something that includes IO. That's why you start a new AsyncTask in you sample code: ``` java @Override public void onCreate(Bundle savedInstanceState) { [...]...
One when refreshed One when passed the refresh zone