Fortumo Android InApp SDK

The SDK enables developers to charge for premium features and sell virtual credits inside their android applications using mobile operator billing.

See:
          Description

Packages
com.fortumo.android  

 

The SDK enables developers to charge for premium features and sell virtual credits inside their android applications using mobile operator billing.

To start using the library, you need to:
1. Create a service at Fortumo.com, download the library JAR file from your service setup page and include it to the Android application project build path.
2. Add the required configuration lines to you application manifest (see here)
3. Start coding by extending PaymentActivity with you own Activity. Then use the PaymentRequestBuilder to create a new PaymentRequest and use makePayment(PaymentRequest payment) to start the payment.

PS: Remember that some requests available from the library might make a http request to Fortumo servers and can take considerable amount of time, avoid calling them from UI thread.