Skip to main content

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

  1. Clone the repository.
    git clone git@github.com:dojo-engineering/android-dojo-pay-sdk.git
  2. Navigate to any of the following folders depending on the language:
    cd sample/src/main/java/tech/dojo/pay/sdksample
  3. Navigate to ExampleKotlin or ExampleJava and replace payment-intent-id with a paymentIntentId that you generated on your side.
  4. Run the app and tap startPaymentFlow button on the screen.