how to add TwoWayGridView in my android project
Opened this issue · 2 comments
joebalabadan commented
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
Using TwoWayGridView like using GridView
anthony-bernardo commented
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 !