A sample banking app that showcases Clean architecture approach with Jetpack Compose in Android. The design is inspired from dribbble.
The PayPal Sample App follows the official architecture guidance
- Jetpack Compose
- Hilt
- MVVM
- Coroutines and Flow
- Navigation Compose
- Retrofit
- coil
- Unit Tests with Mockito
- UI Test
- Build clean architecture bases
- Core modules like designsystem, common, network, etc.
- Fake api response
- Home Screen
- Activity Screen
- Send Money Screen
- Contacts Screen
- Wallet Screen
- Login Screen
All pull requests are welcome, make sure to follow the contribution guidelines when you submit pull request.