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
    • 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

Ad unit overview

The AppBrain SDK has several ad units that can be built into your Android app. They promote free apps to your users, earning you money for each install.

Preview

Select an ad unit to preview:

Interstitial Banner More apps button
Interstitial ad preview Banner ad preview Offerwall ad preview

Interstitial

Promote free apps to your users in a non-intrusive way using our interstitial.

  • Shown during natural pause moments in your app
  • Built-in rate limiting

More information is available on the Interstitial documentation page.

Example code:

private InterstitialBuilder interstitialBuilder;

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

    // Preload the AppBrain interstitial. Setting 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);
}

Banner

Use industry-standard banners to promote free apps to your users and monetize your app.

  • Customizable look and feel
  • Responsive designs
  • Compatible with mediation solutions

More information is available on the Banner documentation page.

Example code:

<com.appbrain.AppBrainBanner
    android:layout_width="match_parent"
    android:layout_height="wrap_content" />

More apps button

Promote free apps to your users with a "More apps" button or menu item. It will take the user to our AppBrain offerwall, where they can download free apps.

More information is available at Opening the offerwall directly.

Example code:

AdService ads = AppBrain.getAds();
Button button = new Button(context);
button.setText(ads.getOfferWallButtonLabel(context));
ads.setOfferWallClickListener(context, button);

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
  • HiGoal Play
  • Groupda - Tele Group Searcher
  • CarStream App for Android Auto

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 App-Ads.Txt Validation
© 2010-2026 - AppBrain