Make the pocket pull to refresh.

Issue #52 wontfix
Raymond Wells created an issue

This is (on its face) a pretty easy task.

Take a look at what was done for the AdvertisementsFeedActivity class to make it dynamically refresh for inspiration.

There are some things which will make this case simpler. You won't need to consider a timestamp, and we already have a simple way to prevent duplication in a list: Take a look at com.baibai.androidapp.util.IndexedListManager.

Use android.support.v4.SwipeRefreshLayout as its the easiest way to implement this.

Comments (1)

  1. Miguel

    This is not needed. Every time the user access his pocket the advertisements load. I don't believe my pocket needs this feature. In order to add an ad to your pocket you need to be on the advertisements feed and then go to your pocket to see it.

    If there's enough time we can do it. I'd rather focus on the UI and the navigation drawer.

  2. Log in to comment