This post will demonstrate a fast and easy way to get started with the Mailgun API in Android, using the Volley HTTP library. Implement the Singleton This is well explained in the Android docs: Android docs on using Volley with a Singleton 2. Creating & sending the request to Mailgun In my use case, I have an app with a ‘Request Feature’ button that takes input from the the user: an email address and a message.