Skip to content

A basic app containing a listview populated with images and text from a JSON feed.

Notifications You must be signed in to change notification settings

PatrickDattilio/JsonFeedReader

Repository files navigation

A basic ListView populated with text and images from a JSON feed. Layouts adjust for portrait/landscape as well as for tablets.

An IntentService was used along with OkHttp to download the JSON string. It was then parsed using GSON and inserted into a ContentProvider. A cursor loader was used to populate the listview from the ContentProvider, and Picasso downloaded, cached, and injected the images from their urls. Any networking failures are sent via intent to our BroadcastReciever to be handled.

About

A basic app containing a listview populated with images and text from a JSON feed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published