Skip to content

asa421/BillingExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BillingExample

An example of an application architecture for working with a billing system from different systems. Configuration for different systems is carried out in the build settings gradlr.

Since different stores use their own billing system for users, a different assembly has been added for each store in the gradle settings. But be careful for different systems, you need additional configuration, read the gradle.properties instructions! When changing the application package, do not forget to import new.application.id... the necessary classes, mainly the BuildConfig and ViewBinding assembly settings.

ImplementationExample:

  • Implementation example with RxJava here asrx! RxJava
  • Implementation example with Coroutine&Flow here asflow! Coroutine and Flow (Sorry, still under development.)

🛠️ Project Diagram:

alt text

Project Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages