Close

Feeds and caching

A project log for Hackaday IO Android app

A basic Android app using the new Hackaday IO REST API

paul-scottPaul Scott 07/13/2015 at 14:100 Comments

I have been working on the feeds first, as I believe they offer some cool information.

Feeds are pulled and displayed in much the same way as the website, using an infinite scroller listener to add pages of feeds as you read through them. Avatar images are loaded and cached, to save bandwidth.

I still need to do a data sync provider for the projects in order to cut down on API calls, but that will be my next step.

UI needs work (but doesn't it always!)

Will update again soon!

Discussions