Demo
Want to get your hands on a demo app before you begin your integration?
The demo app is a ready-to-run example with the mobile SDK integrated. This allows you to play around with the mobile SDK features. This app is available on both Kotlin and Java inside the mobile SDK repository.
How to run the Demo app
- Clone the repository.
git clone git@github.com:dojo-engineering/android-dojo-pay-sdk.git
- Navigate to any of the following folders depending on the language:
cd sample/src/main/java/tech/dojo/pay/sdksample
- Navigate to
ExampleKotlin
orExampleJava
and replacepayment-intent-id
with apaymentIntentId
that you generated on your side. - Run the app and tap
startPaymentFlow
button on the screen.