mrKlar / PagedDragDropGrid

An Android ViewGroup that implements a paged grid with drag'n'drop moveable items
406 stars 184 forks source link

is there a support for manually deleting an item without dragging it to the delete view zone? #45

Closed markcadag closed 10 years ago

markcadag commented 10 years ago

is this possible? been trying to do this im getting null pointer exception

Odaym commented 10 years ago

Please answer this!

mrKlar commented 10 years ago

For the NPE, I don't know, but if you want to remove an item you can call removeItem() from the PagedDragDropGrid class from your app.