It wraps your Adapter to display Admob native ads and banners in a ListView/RecyclerView data set. It based on the Yahoo fetchr project https://github.com/yahoo/fetchr
migrate to gradle 2.3.1 and bump all dependencies to latest available
NOW admobadapter REQUIRES MIN SDK 14 due to a migration to the 10.2.x google services
handles itself a recycling of ads in both ListView and RecyclingView. So ads should be different all over the list (besides a case when there's not enough ads in Admob Server).
Side effects:
less flexibility in overriding a wrapping view for Native Express Ads. You only inflate your custom wrapping view and return it to the library. Lib adds ad into wrapping view itself. Possibly will be improved in future.