Simple iPhone App to show News Items from https://newsapi.org/
- iOS 10.0 and above
- News List Screen
- Displays List of News Items based on the Region settings of Device
- Displays image and News Title
- Pull to Refresh feature to download latest news
- Details Screen :
- Displays News Image, Title, Content, Description, Author and Published Date
- Button to open the orignal article on browser
To run the app, need to create an account on https://newsapi.org/ and get API key. You need to add the key in NetworkConstants as API_KEY
MVVM Architecture
Test Cases are added for the logical parts which includes:
- Network Connectivity
- Parsing of JSON Response
- Date formatters
- Image Caching
There are no external dependencies to the project.