IDE = Android Studio
Language = Java
Api credit = https://newsapi.org
Tech news app consists of two activity screen. The main activity has an imageview, a textview and 2 buttons. The api link provides JSON data which is processed to get 'Title', 'Image' and 'url' of the news article. Each screen displays one news article. The buttons represent next and previous news. On clicking the title of the news article 2nd activity is opened and the url mention earlier is opened. This user can read the whoe news from the site it was originally written (eg ; www.hindustantimes.com).