Giter VIP home page Giter VIP logo

gridtoshowads's Introduction

GridToShowAds

Sample App With a RecyclerView GridLayoutManager to show full width "Ads" in the Grid.

Demonstrates how to show a Grid layout with RecyclerView and show "ads" that span the full width of the RV every 4 items. This would allow the grid to show items and then a banner AD.

The only "secrets" are:

  • Use View Types in your RecyclerView adapter.
  • Use a Type for Ad placeholders.
  • Modify the spanSizeLookup dynamically based off of the view type.

This Sample does NOT use any Ad library, that is left as an exercise to the reader.

DISCLAIMER

This is by no means the best or only way to do this, as it has some drawbacks; you're mutating and copy data around, if you need to deal with Pagination, you may need to experiment if this still works, etc.

But if you receive a list of data, and have a GridLayout displaying two columns in portrait (for example), then this method will allow you to insert a view that "spans" both columns whenever you want (based on Type).

This is how it looks

gridtoshowads's People

Contributors

gryzor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.