The Virat Kohli Knocks App is a mobile application that fetches data from the Virat Kohli Knocks API and shows Gratest Knocks played by Virat Kohli. Built using Jetpack Compose, Dagger Hilt, MVVM, and Retrofit, this library provides a robust and scalable solution for fetching and processing data from the API.
- Fetches data from the Virat Kohli Knocks API using Retrofit
- Implements MVVM architecture for data handling
- Uses Dagger Hilt for dependency injection
- Built using Jetpack Compose for declarative UI (not a UI-focused app)
Kotlin: As the programming language.
Jetpack Compose : To build UI.
MVVM (Model-View-ViewModel): As the Architecture.
Retrofit : For Networking.
Virat Kohli Knocks API : For Fetching Api.
- Clone the repository:
https://github.com/iShinzoo/Virat_Kohli_KnocksApp.git
- Build and run the app