This project was developed as part of a technical interview assessment for SPE Solution (PT Solusi Pembayaran Elektronik), a fintech enabler company that provides electronic payment solutions and system integrations.
The application is built using Native Android (Kotlin) with XML Layout and View Binding to ensure better UI safety, readability, and maintainability while following Android development best practices.
- Language : Kotlin
- UI : XML Layout
- View Binding : Provides safer view references and reduces NullPointerException
- Architecture : MVVM (Model - View - ViewModel)
- Networking : Retrofit / OkHttp (Adjust if used)
- Local Storage : SharedPreferences / Room / SQLite (Adjust if used)
- Dependency Injection : Manual DI / Hilt / Koin (Adjust if used)