Skip to content

no flickering, no empty spaces!

Compare
Choose a tag to compare
@clockbyte clockbyte released this 11 Aug 09:56
  • hide empty spaces while ads are loading
  • subscribe to all "items changed" events of the underlying adapter in RecyclerView adapter wrappers.
  • much refactoring. could require changes in your code! I'm going to publish to Maven central, I'll try to support backward then (by marking methods with @deprecated and so on).
  • much optimization (SparseArray instead of HashMap, using postDelayed fetch to prevent a high-load of server et c)
  • a fix for a duplicating of ad blocks when fetch it
  • prefetching of ads was implemented in express adapters
  • now you can inject your custom layout id and binding behavior to the wrappers by passing NativeAdLayoutContext objects into methods setContentAdsLayoutContext(...) and setInstallAdsLayoutContext(...)
  • also you can set which type of advanced ads a wrapper should publish
  • you are able now to inject all adapters that extended the RecyclerView.Adapter/ BaseAdapter to AdmobAdapter wrappers
  • Merge pull request #19 from kimbeejay/master: RecyclerView.ViewHolder was refactored
  • AdmobFetcherExpress methods were synced