mrKlar / PagedDragDropGrid

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

Question: Is there some limit to the amount of views in a page? #36

Open asafvala opened 11 years ago

asafvala commented 11 years ago

Hi,

When trying to add more items to a page than the screen can show there is no possible way to view the un-viewed items.

Am I missing something? I tried to change DragDropGrid to extend ScrollView but it still only showed half.

I changed the example to have only one page, with 300 items, only ~130 were viewable+scrolling in a GalaxyTab 2 and only ~30 in a Samsung Galaxy Ace.

Thanks

mrKlar commented 11 years ago

Yes this is a limitation for version 1. Version 2 (in dev) will add a scroll per page. I do not have a date for the release.