Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Weather App (2015) Hooking Up the Model to the View Adding a Refresh Button

Where is a good place to start if I wanted to implement a pull to refresh feature instead of the refresh button?

I found "SwipeRefreshLayout" (https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html) but wanted to know if there is something like ButterKnife or OkHttp I should be using.

1 Answer

jenyufu
jenyufu
3,311 Points

Have you tried this: http://www.androidhive.info/2015/05/android-swipe-down-to-refresh-listview-tutorial/ ^its pretty popular and I know many people who have used it.