lpbas / admobadapter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admob Adapter

Hex.pm Build Status Gitter Maven Central Android Arsenal

======================

We've released! v1.4.5! Now you'd use a Builder to build adapter wrappers. (includes changes that could break your actual code, see).

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.4.5'
}

Here you could find more ways.

Apps which use Admobadapter

Snoop VK Mourjan.com SnapMovies

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!

Advanced help and consulting

If you absolutely have no time for integration of Admobadapter to your app yourself you could contact us for consultation. Also we could do this routine stuff for you accurately like a clockwork!

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

License:Apache License 2.0


Languages

Language:Java 100.0%