Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your task is to build an app which updates the user about the latest news. You can use this or (https://newsapi.org/) API to fetch the

Your task is to build an app which updates the user about the latest news. You can use this or (https://newsapi.org/) API to fetch the latest news on region-based (You can do it just for one region i.e. the US). You will receive a JSON response from your API which you will have to parse to get relevant information. Your App should have the following features. 1. On screen 1, Your app should provide the user with the option to get the latest news based on region and based on topic as shown below. See the API documentation to find how you can do it. 2. On screen 2, display multiple news in your app as shown below. It should display news description and image alongside. 3. On screen 3, user must be able to see the full story of the selected news you should display the full story along with author names (if any) and the reference link. 4. On screen 4, once the user clicks on the reference link display the news original web in a WebView. *25 points for each screen Below is the app flow and sample screenshots. Screen 1: (25 points) Screen 2: (25 points) Screen 3: (25 points) Screen 4: (25 points) Notes: You can use Glide (https://github.com/bumptech/glide )for downloading images from the internet. Use proper internet checks. If no internet is available on phone display message. Brownie points if you use

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mastering Apache Cassandra 3 X An Expert Guide To Improving Database Scalability And Availability Without Compromising Performance

Authors: Aaron Ploetz ,Tejaswi Malepati ,Nishant Neeraj

3rd Edition

1789131499, 978-1789131499

More Books

Students also viewed these Databases questions

Question

1. Define mass and mediated communication

Answered: 1 week ago