Skip to content

It wraps your Adapter to display Admob native ads in a ListView/RecyclerView data set. It based on the Yahoo fetchr project https://github.com/yahoo/fetchr

License

Notifications You must be signed in to change notification settings

mourjan/admobadapter

 
 

Repository files navigation

Admob Adapter

Hex.pm Build Status Gitter

We've finally released v1.2! No flickering, no empty spaces!

The reference to the COOK RECIPES for people who are in hurry!

Admob Adapter is an Android library that makes it easy to integrate Admob native ads (both Express and Advanced) into ListView/RecyclerView in the way that is shown in the following image/animation.

You can read the rest info (main features, base usage and so on) at the project's home page if you wish.

#Installation Now you are able to link Admobadapter via Gradle like this

dependencies {
//link other libs
    compile 'com.github.clockbyte:admobadapter:1.2'
}

Here you could find more ways.

#Apps which use Admobadapter

If you use/going to use the Admobadapter for your application and also you want your application's logo to be here please let us know with a new issue.

#Contributions Contributions are very welcome. If you find a bug in the library or want an improvement and feel you can work on it yourself, fork + pull request and i'll appreciate it much!

About

It wraps your Adapter to display Admob native ads in a ListView/RecyclerView data set. It based on the Yahoo fetchr project https://github.com/yahoo/fetchr

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%