0

As shown in the image,

[I want to create a Grid View / View with Grid of Levels that is Horizontally Scrollable.

Levels are stored in DB. So, the grid needs to be populated dynamically. The grid can contain ImageButtons of 9 Levels at a time. To show the next 9 levels, the view should be horizontally scrollabe.

Any help will be highly appreciated]

user
  • 86,916
  • 18
  • 197
  • 190
Sfaruq681
  • 121
  • 6

1 Answers1

1

use ViewPager and Fragment API.

Longerian
  • 723
  • 5
  • 13