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.
Asked
Active
Viewed 344 times
1 Answers
1
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.

Matt
- 674
- 11
- 25
-
yes i have gone through Draggable gridview and it is open source too but when i try it for a complete layout then it goes off can you help we with a sample of having a custom layout as draggable?? – Amit Hooda Sep 11 '12 at 05:35