This is a simplebooks application built using Jetpack Compose. Users can check details and add/remove from favorites.
The app uses these technologies;
-
Kotlin - App is built with the language.
-
Jetpack compose for UI.
-
Retrofit- For networking.
-
Hilt - For dependency injection.
-
Splash screen Api - For creating a splash screen on app starting.
-
Jetpack components;
- navigation component - Navigating through different screens in the app.
- Room - For local storage of the app.
- Coroutines - Used to make asynchronous calls.
- Flow - Used to get data from network requests asynchronously.





