Skip to content Skip to sidebar Skip to footer

Scrolling Infinitely In Android Gridview

i want to do infinite scrolling in gridview that means my scrolling in gridview never stops. it can scroll infinitely. if the scroll ends then it repeats from the first record. How

Solution 1:

First of all try to show what you have already done.

You can do infinite scroll with MergeAdapter(CWAC)

But merge adapter and GridView is not a good idea.

Have you seen this link: MergeAdapter with Gridview?

Post a Comment for "Scrolling Infinitely In Android Gridview"