https://github.com/jetsup/ussd-racharge
Airtime Recharging App
https://github.com/jetsup/ussd-racharge
android mlkit-text-recognition osmdroid ussd
Last synced: 2 months ago
JSON representation
Airtime Recharging App
- Host: GitHub
- URL: https://github.com/jetsup/ussd-racharge
- Owner: jetsup
- Created: 2023-02-24T00:16:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T01:06:47.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:44:37.355Z (4 months ago)
- Topics: android, mlkit-text-recognition, osmdroid, ussd
- Language: Java
- Homepage:
- Size: 372 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# USSD-Racharge
This project was motivated by the [Kenya USSD](#) and [Recharge King](#) where I wanted to get good of both worlds.
This is why I went for the first prototype of this project [Kenya-USSD](https://github.com/jetsup/Kenya-USSD).
This project was archived after getting difficult to maintain and after this project was added several fetures that
adding to the [already existing project](https://github.com/jetsup/Kenya-USSD) would mean changig many parts of the
program.## Features
This project has:
+ USSD codes for the common service provider.
+ Ability to detect SIM Card in the respective slots and execute USSD codes on the best match line in the slot.
+ Airtime Scanning feature using [Google ML Kit](#).## Target Features
The final app aims at incoporating:
+ Mechanism to send the various `Airtime Number` entered and the `Serial Number` of that Airtime to a **database**
for another project under development.
+ Get `news` from the resoective **Service Provide**.
+ Keep track of the amount of credit the user has recharged using the app _(use of graphs)_.## Note
The project focusses more on the features and does not necessarily focus on the appearance.
Also, this project was started with the intention of learning [Google ML Kit](#) along with some [Telephony Features](#)
and therefore you might find some features that are in the app unnecessary.