An android app that lets you read and store your favorite news articles
This is the Starting Activity where the user can enter a keyword to read related articles
The articles are fetched from News API and displayed in a list view. Picasso is used to lazy load the images in list view and cache them.
When a particular article is selected, the article content is displayed in a dialog box and the user is provided with an option to favourite the article. Certain special text characters still need to be handled.
Favourite articles are displayed in a seperate activity with their content loaded on selection.