Raseedy is an Android app developed using Kotlin and Jetpack Compose. It assists users in determining the required phone credit amount and associated costs following the Egyptian Ministry of Communications' 30% discount on credit recharge transactions.
Download the release version through Google Play Store
- Within the "pay" method, you simply input the amount of money you possess, and Raseedy will promptly calculate and provide you with the resulting balance.
- In the "balance" method, you only need to input the desired phone recharge amount, and Raseedy will provide you with the corresponding payment total.
Splash | Method Pay | Method Balance |
---|---|---|
- Jetpack Compose - Modern toolkit for building native UI..
- Kotlin - First class and official programming language for Android development.
- Coroutines - To manage long-running tasks that might otherwise block the main thread and cause your app to become unresponsive.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.