DynamicGrid
DynamicGrid copied to clipboard
Drag and drop GridView for Android
Hello, I need help. when editmode is starting the OnItemclick and OnItemLong are disabled.. How should i operate to enable them. Thanks Francesco
Hi, I have used this gridview and its really awesome, but unfortunately i am unable to understand to use it inside viewpager fragments. Basically i have a view pager with...
When device language is changed to arabic. On drag and drop Gridview Crashes.
Hi, I've tried to change your code and make possible to scroll when we do longPress on an item and starts edit mode. I couldn't find it and if you...
When I start dragging an item to the end of the list it scroll the gridview, at one point it crash with : ``` E/AndroidRuntime(16580): java.lang.NullPointerException: Attempt to invoke virtual...
in 915 lines getColumnAndRowForView() getPositionForView(view) view == null ,no point bug,Did you fixed this bug?
Scenario : 1. Drag any item to first position 2. Still hold, drag it to second position (vertically or horizontally) then first item will temporary disappear until you drop the...
When in the item_grid.xml I change layout to the RelativeLayout or FrameLayout, drag and drop stops work. Why is that? Is it possible to use RelativeLayout or FrameLayout there?