Skip to content

numerative/NewsApp

Repository files navigation

NewsApp

This project was undertaken as a part of Android Basics:Networking course on Udacity.

The apps queries the The Guardian servers with a search string and fetches a JSON response.

This JSON response is parsed and the Headline, TrailText, DatePublished, Contributor and Thumbnail are extracted to be displayed on a recyclerview.

This app uses the Coordinator Layout whereas its children are AppBarLayout, FloatingActionButton and RecyclerView.

The app doesn’t crash and works as expected, so no rough edges have been left out even in this bare bones version.

Screen1 Screen2

About

An Android Basics Nanodegree Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages