phamd1989 / BasicTwitterApp

0 stars 0 forks source link

Dung Pham - submission for Android assignment Basic Twitter App - Animations and Gestures #4

Open phamd1989 opened 10 years ago

phamd1989 commented 10 years ago

@nesquena

phamd1989 commented 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?

nesquena commented 10 years ago

Yep! Check out this guide for a newer way to do pull to refresh that works for any ListView extension!