All Projects → LiteKite → Android-MonetizeApp

LiteKite / Android-MonetizeApp

Licence: Apache-2.0 license
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android-MonetizeApp

Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (-23.49%)
Mutual labels:  subscription, android-sdk, android-development, android-architecture, android-studio, android-app, androidstudio, room-persistence-library
Modern Android Development
Modern Android Development tools & key points
Stars: ✭ 219 (+46.98%)
Mutual labels:  android-sdk, android-development, android-architecture, android-studio, android-app, androidstudio
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (+12.08%)
Mutual labels:  android-sdk, android-development, android-architecture, android-studio, android-app, androidstudio
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (-24.83%)
Mutual labels:  android-sdk, android-development, android-architecture, android-studio, android-app, androidstudio
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-76.51%)
Mutual labels:  android-sdk, android-development, android-architecture, android-studio, android-app, androidstudio
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-29.53%)
Mutual labels:  android-sdk, android-development, android-architecture, android-studio, android-app, androidstudio
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-8.05%)
Mutual labels:  android-sdk, android-development, android-architecture, android-studio, android-app, androidstudio
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-91.28%)
Mutual labels:  android-sdk, android-development, android-architecture, android-studio, android-app
Notzz App
📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).
Stars: ✭ 158 (+6.04%)
Mutual labels:  android-development, android-architecture, android-studio, android-app, room-persistence-library
android-jetpack
🚀 Road to Accelerate Android Development using Jetpack
Stars: ✭ 50 (-66.44%)
Mutual labels:  android-sdk, android-development, android-architecture, android-studio, android-app
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (-80.54%)
Mutual labels:  android-sdk, android-development, android-studio, android-app, androidstudio
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-67.11%)
Mutual labels:  android-sdk, android-development, android-architecture, android-app
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (-64.43%)
Mutual labels:  android-sdk, android-development, android-studio, android-app
Livesmashbar
An elegant looking and easy to use informative library with LiveData integration for Android.
Stars: ✭ 107 (-28.19%)
Mutual labels:  android-sdk, android-development, android-studio, android-app
Awesomedialog
A Beautiful Dialog Library for Kotlin Android
Stars: ✭ 163 (+9.4%)
Mutual labels:  android-sdk, android-development, android-app, androidstudio
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (-82.55%)
Mutual labels:  android-sdk, android-architecture, android-studio, android-app
awesome-android-tips
😎 A curated list of awesome Android tips
Stars: ✭ 34 (-77.18%)
Mutual labels:  android-development, android-architecture, android-studio, androidstudio
Android Developer Roadmap
Android Developer Roadmap - A complete roadmap to learn Android App Development
Stars: ✭ 2,170 (+1356.38%)
Mutual labels:  android-development, android-architecture, android-studio, android-app
Awesome Android Ui
😎 A curated list of awesome Android UI/UX libraries
Stars: ✭ 353 (+136.91%)
Mutual labels:  android-sdk, android-development, android-studio, android-app
Android Arsenal.com
Source to android-arsenal.herokuapp.com
Stars: ✭ 541 (+263.09%)
Mutual labels:  android-sdk, android-development, android-architecture, android-app

Android-MonetizeApp

App Icon

A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.

build

App Screenshot One

App Screenshot Two

App Screenshot Three

App Screenshot Four

App Screenshot Five

App Screenshot Six

Getting Started

  1. Add Play Billing Library dependency in your Android Studio Project.

  2. Use the Application ID that's been used in your Google Play Developer Console.

  1. Make In-app purchases by starting BillingClient connection, make querying purchases locally or from Google Play Store Cache from BillingClient

  2. In-app product or "Managed Products" can be bought multiple times by consuming purchase before requesting another purchase.

  3. Subscription based products cannot be consumed, It'll be based on some time periods that you choose and will expire after the time ends. These are all handled by Google Play Remote Server.

  4. Add Tester Accounts in Google Play Developer Console -> App Releases for making test purchases and upload the initial version of your project APK including Google Play Billing Library dependency.

Libraries Used

Play Billing Library -> for making Google Play In-app purchases.

Data Binding Library -> for updating, handling views.

Lifecycle Components -> LiveData for observing changes and ViewModel for MVVM Architecture.

Room Persistence Storage -> An ORM for SQLite Database.

Hilt DI -> Dependency Injection Library for Android.

App Startup -> Initializes dependencies during app startup.

Spotless -> A Code Formatter that uses Google AOSP Java format.

References

Google's Play Billing Sample -> A Sample provided by Google for implementing In-app purchases.

Google Play Library Training -> A Google Play Billing Library Usage Documentation.

Google Play Library Guide -> A Google Play Billing Library Guide for the steps to make In-app purchases.

Google Play Library Testing -> For making test purchases without any real transactions.

Android Architecture Components -> For LiveData, ViewModel, Room Persistence Library and Data Binding Library.

Support

If you've found an error in this sample, please file an issue: https://github.com/LiteKite/Android-MonetizeApp/issues

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.

Like this project?, Always support...

License


Copyright 2021 LiteKite Startup.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].