An app that gives users free airtime for watching google ADS. Using Africa's Talking Airtime API.
- Playstore - Download and test it.
Africa's Talking Airtime API used in this app can be found here.
- Kotlin - First class and official programming language for Android development.
- ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
- Retrofit - A type-safe HTTP client for Android and Java.
- Google Admob - lets you show ads from google
- In-app Updates - Lets the app download updates seemlessly with out interrupting the user experince with the app.
- Firebase
- Phonenumber Authentication - Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. It supports authentication using passwords, phone numbers etc...
- Cloud messaging - Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost.
- Dynamic Links - Firebase Dynamic Links are links that work the way you want, on multiple platforms, and whether or not your app is already installed.
- AdMob and Firebase - Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.
- Analitics - Google Analytics is a free app measurement solution that provides insight on app usage and user engagement.
- ADD YOUR OWN gOOGLE Admobs ad units in the gradle.properties file
- Make the code DRIER using Dipendecy Injection
If you need any help, you can connect with me.
Visit:- maku
MIT License
Copyright (c) 2020 Maku Pauline Mazakpe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.