A sample app to learn android development best practices
- Kotlin - First class and official programming language for Android development.
- Coroutines + Flow - For asynchronous and more..
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- LiveData - An observable data holder class.
- ViewModel - A class designed to store and manage UI-related data in a lifecycle conscious way.
- ViewBinding - A feature that allows you to more easily write code that interacts with views.
- Navigation Component - Helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer
- Dagger-Hilt - A standard way to incorporate Dagger dependency injection into an Android application.
- Retrofit - A type-safe HTTP client for Android and Java.
- Moshi - A modern JSON library for Kotlin and Java.
- Coil-kt - An image loading library for Android backed by Kotlin Coroutines.
- Material Components for Android - Modular and customizable Material Design UI components for Android.