News-App is basically a sample news app which is built to demonstrate the modern android tools.
It loads the news articles using news api. Using retrofit we fetch all the json data provided by the api and display on the user screen.
- Kotlin - First class and official programming language for Android development.
- Jetpack Compose - UI tool kit for creating mordern UI for apps.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- kotlin-Coroutines - A concurrency design pattern that you can use on Android to simplify code that executes asynchronously.
- kotlin-Flows - A flow is a type that can emit multiple values sequentially when the underlying database changes.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Retrofit - A type-safe HTTP client for Android and Java.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
- CMake — Native Libraries with NDK - A methodlogy to obscuring your API key in a bitter way.
This app uses MVVM (Model View View-Model) with clean architecture.