Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 506 Bytes

File metadata and controls

13 lines (8 loc) · 506 Bytes

Ramp Android integration tutorial

If you have an Android app built with Kotlin, here's a sample repository showing how to add Ramp to it in just a few steps.

What do we need to do?

  • compose a URL for the Ramp widget with parameters of your choice
  • create an intent and send it to the system to handle it
  • prepare the app for handle a return intent after a successful purchase

In detail

For a detailed tutorial, check out our documentation.