0

enter image description hereHow to show dynamic data coming from server in two rows that should be scroll horizontally and both row should scroll at the same time as shown in attached image.

Manju Kumari
  • 107
  • 1
  • 9

1 Answers1

0

You can use below java code and refer this link

TwoWayGridView scrollview;
scrollview = (TwoWayGridView) findViewById(R.id.grid_viewlevel);
mAdapter = new LevelAdapter(this, R.layout.levelselect);
scrollview.setAdapter(mAdapter);
Community
  • 1
  • 1
ManojP
  • 6,113
  • 2
  • 37
  • 49