jess-anders/two-way-gridview

how to add TwoWayGridView in my android project

Opened this issue · 2 comments

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

Using TwoWayGridView like using GridView

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 !