A GitHub Client app that lets you track your favorite repository collectively with branches, commits, issues, and description.
Click Here to download the apk.
- Navigation Components
- Pagination
- RecyclerView layout state management persistence
- Hilt Dependency Injection with Custom Scopes
- Coroutines and Flows
- SQLite on Android with Room Persistence library
- Sealed Class for state management and UI management
- Single Source of Truth Principal
- ViewModels
- Handle Configuration Changes
- Handle Process Death issues
What | How |
---|---|
🎭 User Interface (Android) | Layouts |
🏗 Architecture | Clean |
💉 DI (Android) | Dagger-Hilt |
🌊 Async | Coroutines + Flow |
🌐 Networking | Retrofit |
📄 Parsing | KotlinX |