Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GMGridView equivalent in android

Do we have something like gmgridview equivalent in android.Some library or something that can simulate the same behaviour for android like GMGRIDVIEW do for iOS.

like image 639
Amit Hooda Avatar asked Apr 15 '26 14:04

Amit Hooda


1 Answers

I don't think there is an exact version of GMGGridView for Android but here is a similar one that might be helpful: https://github.com/thquinn/DraggableGridView (I believe it is open source) Also information about Android's Gridview... http://developer.android.com/guide/topics/ui/layout/gridview.html http://www.mkyong.com/android/android-gridview-example/ Hope these helps.

like image 159
Matt Avatar answered Apr 17 '26 04:04

Matt