mrKlar / PagedDragDropGrid

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

How to Swap item view between pages? #57

Open vikky001 opened 9 years ago

vikky001 commented 9 years ago

Hi ,

when item is dragged to next page ,and dropped at that time instead of adding new view,i want to swap and next page item move to previous page. Swapping in single screen,how can i achive the swapping in multiple pages.

thanks