Skip to content

KhubaibKhan4/Quotes-Compose

Repository files navigation

Quote Compose

A sample Android app built with Jetpack Compose, showcasing features like Dependency Injection, MVVM architecture, Retrofit for network calls, Canvas for drawing, and more.

Features

  • 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.

Screenshots

Quote List

Quote Detail

Quote Canvas

Quote Detail 2

Quote Canvas 2

Quote Detail 3

Quote Canvas 3

Quote Detail 4

Dependencies

Getting Started

To run the app on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/KhubaibKhan4/Quotes-Compose.git