- App that is user friendly and which allows user to select between various news categories
- Its displays news articles retrived from news API corresponding to the category selected and displays them in a list.
- This Applications also save the news headlines in SQL database,to enable offline reading once loaded.
- Upon selection of an article from list,it takes use to the webview in which the corresponding URL which is obtained by processing JSON is opened in full screen mode.