Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 2.2 KB

File metadata and controls

54 lines (45 loc) · 2.2 KB

DataComm

An app for purchasing Airtime and Data subscription at a cheaper price

Table of Contents

General Information

  • Buy airtime and mobile internet data at a more cheapter price with this android application

Technologies Used

Features

  • Check Balance
  • Buy Airtime
  • Buy Data
  • Swipe to refresh
  • Network error handling

Screenshots

Untitled design

Setup

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 Status

Project is: in progress

Acknowledgements

  • This project was inspired when i visited paytev.com and discovered that they have an API. I decided to build this application with it