hamza94max / NewsApp

News application using the API from https://newsapi.org/ API News Is JSON API for live news and blog articles from the media. News Feed is a simple that gives you latest and best news from multiple sources so you no longer need to swap between apps to stay informed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News App

News application using the API from https://newsapi.org/ API News Is JSON API for live news and blog articles from the media. News Feed is a simple that gives you latest and best news from multiple sources so you no longer need to swap between apps to stay informed.

Architecture

The following diagram shows all the modules and how each module interact with one another after. This architecture using a layered software architecture. 68747470733a2f2f646576656c6f7065722e616e64726f69642e636f6d2f746f7069632f6c69627261726965732f6172636869746563747572652f696d616765732f66696e616c2d6172636869746563747572652e706e67

Screenshots

Languages and Tools

  • Kotlin - official programming language for Android development .
  • Hilt - dependency injection library .
  • Coroutines - for asynchronous programming .
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - Access your app's SQLite database with in-app objects and compile-time checks.
    • Navigation -
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Fragment
  • Glide for image loading
  • pretty time - format time
  • Unit Testing - Build local unit tests.

How to install and run the project.

You can download Apk from release section

About

News application using the API from https://newsapi.org/ API News Is JSON API for live news and blog articles from the media. News Feed is a simple that gives you latest and best news from multiple sources so you no longer need to swap between apps to stay informed.


Languages

Language:Kotlin 100.0%