The MobileCoin Android SDK provides all the necessary functionality needed to create a MobileCoin wallet application. This integration guide will cover the following features which almost every application integrating MobileCoin will need to incorporate.
- Create an account key.
- Share public addresses.
- Get the current balance.
- Send a transaction.
- Calculate the transaction fee.
- Check the transaction status (for the sender).
- Check the transaction receipts (for the recipient).
The following structure is provided for each section:
- Motivation
- Why is this feature needed?
- What are the use-cases?
- Example code
- How can the SDK be utilized to accomplish this requirement?
- Are there different ways to implement this?