Download Android Apps and Games
AppBrain
  • Apps
  • Intelligence ▾
    Intelligence overview → Track any Android app or your whole market
    Track & analyze
    Keyword Tracker & OptimizerTrack & improve Play rankings App Performance ReportOne-off PDF for any app StatisticsFree Android & Play market stats
    Promote your app
    Featured Apps App Links
  • Intelligence
  • Pricing
  • Dashboard
  • Sign up
  • Log in

General

  • Introduction
  • Privacy policy
  • HTML widgets
  • Embeddable widgets
  • AppLinks ToS

Publishers

  • AppBrain SDK
    • Getting started
      • Setup
      • Manual setup
      • COPPA compliance
    • Ad unit preview
    • Banners
    • Interstitial
    • ListView ads
    • Extra features
    • Other SDKs
    • Integration policy
    • Mediation
  • Resources
  • Terms of service
  • FAQ

Advertisers

  • Resources
  • Terms of service
  • FAQ

Intelligence

  • Insights
  • Pricing
  • SDK downloads
  • Phone downloads
  • Terms of service

AppBrain API

  • Using the AppBrain API
  • API specification
  • API pricing
  • Promotion campaigns
  • Reporting
GDPR compliant

Getting started

Integrate the AppBrain SDK in your app in 5 minutes, using these three simple steps:

1. Add Gradle dependency

In your project’s build.gradle file add:

repositories {
    maven {
        url 'https://swisscodemonkeys.github.io/appbrain-sdk/maven'
    }
}

dependencies {
    implementation 'com.appbrain:appbrain-sdk:+'
}

Older instructions included an @aar tag in the implementation line but this is wrong. You might get a warning “Couldn’t find dependency. Please check https://tinyurl.com/appbrain-sdk for the correct AppBrain SDK setup.” To fix this, remove @aar from the gradle and rebuild your app.

2. Access your account

If you haven’t done so yet, create an AppBrain developer account to get access to the AppBrain developer dashboard and to register your app for the SDK.

3. Show ads

Show an interstitial ad with InterstitialBuilder, for example when the user completes a level in your game:

   private InterstitialBuilder interstitialBuilder;

   @Override
   protected void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);

       // Preload the AppBrain interstitial. Settings the AdId is optional,
       // but highly recommended. You can also create a custom AdId for your
       // publisher app on our dashboard under "Ad settings".
       interstitialBuilder = InterstitialBuilder.create()
           .setAdId(AdId.LEVEL_COMPLETE)
           .setOnDoneCallback(new Runnable() {
               @Override
               public void run() {
                   // Preload again, so we can use interstitialBuilder again.
                   interstitialBuilder.preload(getContext());
                   loadNextLevel();
               }
           })
           .preload(this);
   }

   public void onLevelCompleted() {
       interstitialBuilder.show(this);
   }

For more details and examples, see ad unit overview.

You’re done! For more detailed instructions see SDK setup, or the rest of the SDK documentation help pages.

Please contact us directly at
contact@appbrain.com
if you need any assistance.

AppBrain is a directory focused on discovering great apps and games. We give statistics, rankings and search options that Google Play and the App Store don't have. All trademarks are owned by their respective owners. AppBrain doesn't offer APKs or binaries, and always lets users install the official version from Google Play or the App Store.

More apps

  • Top Android apps being viewed
  • Construction Saman
  • Kahramaa stats
  • Hit Fortune Casino Slots Android App

Android Statistics

  • Android statistics
  • Google Play Developer stats
  • Trending Android Apps
  • Top popular Apps
  • Buy the best Android phone

About AppBrain

  • Contact
  • Privacy
  • Documentation
  • DMCA takedowns
  • Articles
  • Blog
  • Free webpage for your Android app
© 2010-2026 - AppBrain