hhroc / yellr-android

YellR Android App
GNU General Public License v2.0
2 stars 5 forks source link

Don't reload feed lists each time. #186

Open thequbit opened 9 years ago

thequbit commented 9 years ago

We should be saving the json that comes back, and then sending the request for posts/assignments/stories based on the datetime of the last post (or something like that?). We don't have the post_id (although maybe we should ...), so I think the creation_datetime field is the best bet.

This would allow us to maintaine the current location in the posts list (similar to twitter), and allow for the 'while you were gone' style feature as well, or the 'scroll to top to see new posts' style feature.

thequbit commented 9 years ago

I believe this is currently being done in the iOS app, correct @dkd903 ?

thequbit commented 9 years ago

@dkd903 did you implement this in Android yet?

dkd903 commented 9 years ago

Yes, need to integrate it in with the feed. Will work on it.

thequbit commented 9 years ago

@dkd903 did you get this integrated within your last PR?