Quotable App, a consumer of Quotable API, is a showcase project that presents my approach to Android application development.
| What | How |
|---|---|
| 🏗 Architecture | MVVM with Use Cases |
| 💉 DI | Hilt |
| 🛣️ Navigation | Jetpack Navigation |
| 🌊 Async | Coroutines + Flow |
| 🌐 Networking | Retrofit |
| 🧪 Testing | JUnit + Turbine |
| 📜 Paging | Jetpack Paging 3 |
| 🗄️ Local storage/offline support | Room |
| 🎭 UI | View/Data binding + Dark/Light mode support |