【发布时间】:2012-08-21 13:59:58
【问题描述】:
我们在 android.Some 库中是否有类似 gmgridview 的等价物,或者可以为 android 模拟相同行为的东西,如 GMGRIDVIEW 对 iOS 有。
【问题讨论】:
标签: android android-layout gridview android-emulator grid
我们在 android.Some 库中是否有类似 gmgridview 的等价物,或者可以为 android 模拟相同行为的东西,如 GMGRIDVIEW 对 iOS 有。
【问题讨论】:
标签: android android-layout gridview android-emulator grid
我认为没有适用于 Android 的 GMGGridView 的确切版本,但这里有一个类似的版本可能会有所帮助: https://github.com/thquinn/DraggableGridView(相信是开源的) 还有关于 Android 的 Gridview 的信息...... http://developer.android.com/guide/topics/ui/layout/gridview.html http://www.mkyong.com/android/android-gridview-example/ 希望这些有所帮助。
【讨论】: