Skip to main content

Android Example App

An example app is provided on GitHub to demonstrate the Android integration.

Sample Applications

Sample Android applications are available:

What's Included

The sample app demonstrates:

  • SDK initialization and configuration
  • Showing the offer wall
  • Handling offer wall callbacks
  • Setting player metadata
  • Optional parameter usage
  • Lifecycle management (registering/unregistering callbacks)

Getting Started

  1. Clone the repository from GitHub
  2. Open the project in Android Studio
  3. Add your AdGem App ID to adgem_config.xml
  4. Build and run the app on a device or emulator
tip

The sample app is a great starting point for understanding how to integrate the AdGem SDK into your own Android application.