JohNan/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

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.JohNan:admobadapter:v1.4.1'
	}
	dependencies {
		implementation("com.github.JohNan:admobadapter:v1.4.1")
	}
	<dependency>
	    <groupId>com.github.JohNan</groupId>
	    <artifactId>admobadapter</artifactId>
	    <version>v1.4.1</version>
	</dependency>

                            
    libraryDependencies += "com.github.JohNan" % "admobadapter" % "v1.4.1"
        
        

                            
    :dependencies [[com.github.JohNan/admobadapter "v1.4.1"]]
        
        

Readme


Admob Adapter

Hex.pm Build Status Gitter Maven Central Android Arsenal

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

We've released! v1.4.6! The support of express ads has been dropped, please use banners instead (see details).

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) or AdMob banners into ListView/RecyclerView in the way that is shown in the following image/animation.

<img src="https://raw.githubusercontent.com/clockbyte/admobadapter/master/screenshots/device-2015-08-28-012121.png" width="250"> <img src="https://raw.githubusercontent.com/clockbyte/admobadapter/master/screenshots/device-2018-02-19-205903.png" width="250"> <br/> <img src="https://raw.githubusercontent.com/clockbyte/admobadapter/master/screenshots/ezgif.com-gif-maker.gif" width="250"> <img src="https://raw.githubusercontent.com/clockbyte/admobadapter/experimental/screenshots/device-2018-02-19-210025.png" width="250">

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

Here you could find more ways.

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 to the EXPERIMENTAL branch 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!