All Projects → LiteKite → Android Inappbilling

LiteKite / Android Inappbilling

Licence: apache-2.0
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Inappbilling

Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-7.89%)
Mutual labels:  android-app, android-studio, androidstudio, android-architecture, android-application, android-development, android-sdk, android-ui
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (+20.18%)
Mutual labels:  android-app, android-studio, androidstudio, android-architecture, android-application, android-development, android-sdk, android-ui
Android-MonetizeApp
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
Stars: ✭ 149 (+30.7%)
Mutual labels:  subscription, android-sdk, android-development, android-architecture, android-studio, android-app, androidstudio, room-persistence-library
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (+46.49%)
Mutual labels:  android-sdk, android-development, android-application, android-architecture, android-ui, android-studio, android-app, androidstudio
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-69.3%)
Mutual labels:  android-app, android-studio, androidstudio, android-architecture, android-application, android-development, android-sdk, android-ui
Modern Android Development
Modern Android Development tools & key points
Stars: ✭ 219 (+92.11%)
Mutual labels:  android-app, android-studio, androidstudio, android-architecture, android-application, android-development, android-sdk, android-ui
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (-1.75%)
Mutual labels:  android-app, android-studio, androidstudio, android-architecture, android-application, android-development, android-sdk, android-ui
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-88.6%)
Mutual labels:  android-sdk, android-development, android-application, android-architecture, android-ui, android-studio, android-app
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (-77.19%)
Mutual labels:  android-sdk, android-application, android-architecture, android-ui, android-studio, android-app
Zoomrecylerlayout
🎢 Zoom Recycler Layout Manager For Android Kotlin
Stars: ✭ 618 (+442.11%)
Mutual labels:  android-app, android-studio, androidstudio, android-application, android-development, android-ui
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-68.42%)
Mutual labels:  android-app, mvvm, mvvm-architecture, android-architecture, android-application, android-development
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 (+38.6%)
Mutual labels:  android-app, android-studio, android-architecture, android-development, room-persistence-library, android-ui
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 (-74.56%)
Mutual labels:  android-sdk, android-development, android-ui, android-studio, android-app, androidstudio
Android Arsenal.com
Source to android-arsenal.herokuapp.com
Stars: ✭ 541 (+374.56%)
Mutual labels:  android-app, android-architecture, android-application, android-development, android-sdk, android-ui
AndroidBatteryStats
Displays all battery stats of an Android device using broadcast receiver.
Stars: ✭ 20 (-82.46%)
Mutual labels:  android-development, android-application, android-ui, android-app, androidstudio
Motiontoast
🌈 A Beautiful Motion Toast Library for Kotlin Android
Stars: ✭ 767 (+572.81%)
Mutual labels:  android-app, androidstudio, android-development, android-sdk, android-ui
android-jetpack
🚀 Road to Accelerate Android Development using Jetpack
Stars: ✭ 50 (-56.14%)
Mutual labels:  android-sdk, android-development, android-architecture, android-studio, android-app
Expenso
📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture
Stars: ✭ 325 (+185.09%)
Mutual labels:  android-app, android-architecture, android-development, room-persistence-library, android-ui
Awesome Android Ui
😎 A curated list of awesome Android UI/UX libraries
Stars: ✭ 353 (+209.65%)
Mutual labels:  android-app, android-studio, android-development, android-sdk, android-ui
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (-53.51%)
Mutual labels:  android-app, android-studio, android-application, android-development, android-sdk

Android-InAppBilling

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.

References

Google's Trivial Drive 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-InAppBilling/issues

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

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].