A sample Android app built with Jetpack Compose, showcasing features like Dependency Injection, MVVM architecture, Retrofit for network calls, Canvas for drawing, and more.
- Display a list of quotes fetched from a remote API.
- View the details of a selected quote.
- Draw quotes using Canvas for a creative touch.
- Dependency Injection using Dagger Hilt for cleaner code.
- MVVM architecture for separation of concerns.
- Retrofit for making network calls.
- Jetpack Compose for modern UI development.
To run the app on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/KhubaibKhan4/Quotes-Compose.git