- Google News API for headlines integrated
- Network library or functionality to load the JSON data
- We should have a Model as
Article
which has all field mapped with it - When application is launching it loads the data from Google in an collection of articles ready to use
- Main activity is there but empty
{
"id": "abc-news-au",
"name": "ABC News (AU)",
"description": "Australia's most trusted source of local, national and world news. Comprehensive, independent, in-depth analysis, the latest business, sport, weather and more.",
"url": "http://www.abc.net.au/news",
"category": "general",
"language": "en",
"country": "au"
}