Open phamd1989 opened 10 years ago
quick question. Currently, I use SwipeListView as the ListView to display tweets. If I want to use PullToRefreshListView, then I have to substitute SwipeListView with PullToRefreshListView and vice versa. Is there anyway I can combine both features in one ListView?
Yep! Check out this guide for a newer way to do pull to refresh that works for any ListView extension!
@nesquena