Cricket is a simple cricket score app that gives you info about current matches , recent and upcoming ones with score and all the info about Series and the matches in it with jetpack compose and clean architecture
- Kotlin - First class and official programming language for Android development.
- Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI
- Coroutines - For asynchronous and more..
- Flow
- A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
- StateFlow - StateFlow is a state-holder observable flow that emits the current and new state updates to its collectors.
- Android Architecture Components -
Collection of libraries that help you design robust, testable, and maintainable apps.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Dependency Injection -
- Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
- Hilt-ViewModel -
DI for injecting
ViewModel
.
- GSON - A modern JSON library for Kotlin and Java.
- Retrofit - A type-safe HTTP client for Android and Java.
- GSON Converter - A Converter which uses Moshi for serialization to and from JSON.
- Coil - An image loading library for Android backed by Kotlin Coroutines.
- Material Components for Android
- Modular and customizable Material Design UI components for Android.