jess-anders / two-way-gridview

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

how to add TwoWayGridView in my android project #36

Open joebalabadan opened 8 years ago

joebalabadan commented 8 years ago

Hi,

Just want to know how to add TwoWayGridView in my android project? please give me a step by step tutorial.

sorry im new to android.

Thanks, Joe

xiaojidonggong commented 8 years ago

Using TwoWayGridView like using GridView

anthony-bernardo commented 8 years ago

Hi joebalabadan,

You have to add to your project source, this 4 files : https://github.com/jess-anders/two-way-gridview/tree/master/lib/src/com/jess/ui

And this https://github.com/jess-anders/two-way-gridview/blob/master/lib/res/values/attrs.xml in the folder values in resource of your project

Cheers !