Loading repository data…
Loading repository data…
prbale / repository
News App Sample - Using Android Architectural Components using NewsApi.org
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
News Application is basically a sample news app which is built to demonstrate the Android Architectural Components.
You can Install and test latest OnlyNews app from below 👇
It loads the news article using news api. Using retrofit we fetch all the json data provided by the api and display on the user screen.
Kotlin - Programming language for Android development.
Coroutines - For asynchronous and more
Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
Retrofit - A type-safe HTTP client for Android and Java.
Dagger 2 - Dependency Framework - Dagger 2 ( Check - develop branch )
Dagger Hilt - Dependency Framework - Dagger Hilt ( Check - dagger-hilt-migration branch )
This app uses MVVM (Model View View-Model) architecture.

You can to contribute in this repository. Just make pull request.
I appreciate any question or comment.