Project creation
This topic shows how to implement the TTP SDK, from creating the project to using the method to initiate payments. Code examples are available in the repository:
1
Open Android Studio and select “New Project”.

2
Now select the type of view system you prefer. To proceed with this example, we're going to use the XML-based view system.

3
Give your application a name. In addition, for this example we will set the minimum API to 30.

Last updated