An app for purchasing Airtime and Data subscription at a cheaper price
- Buy airtime and mobile internet data at a more cheapter price with this android application
- MVVM architecture + Repository pattern
- Kotlin Flows
- Dagger-Hilt
- Jetpack DataStore
- Android Jetpack Navigation
- Retrofit for networking
- and more...
- Check Balance
- Buy Airtime
- Buy Data
- Swipe to refresh
- Network error handling
To setup the project, go to paytev.com and create an account
- Complete your profile
- Open on the menu pane on the left and expand "Developer's API" option
- Click on "Generate Token" to generate your API Token
- Open Android Studio and expand the Project pane on the left(Ensure you are on the Project View)
- On the Project view, open local.properties file
- Inside the file, create a variable PAYTEV_API_KEY and set the value to your Api key from paytev.com like this: PAYTEV_API_KEY = YOUR_API_KEY_HERE
- Rebuild the application and install.
- You can fund your wallet from the website and it will reflect on the app
Project is: in progress
- This project was inspired when i visited paytev.com and discovered that they have an API. I decided to build this application with it