jess-anders / two-way-gridview

An Android GridView that can be configured to scroll horizontally or vertically
650 stars 261 forks source link

Tutorial recommendation #13

Open spragucm opened 10 years ago

spragucm commented 10 years ago

Hello, First off, thank you for a great library.

While it's great, it took me a while to get the row and column sizing correct using xml and so I ignored those values and programatically set them in the java code. Since I had so much trouble using the library initially, I wrote an app showing how to make a vertical and horizontal gridview. I also wrote a tutorial explaining how to install the library, how to get spacing down, and how to prevent the gridview from creating a new view for each object-it did so whenever convertView's layout params were set.

The tutorial is at: http://spragucm.wordpress.com/2013/11/17/android-horizontal-and-vertical-gridview-tutorial/

If you like the tutorial and example, could you post it along with this library in order to help others better use the library and avoid the same frustrations in the future?

Thanks