I want to create one screen in application where i have list of items (ListFragment) which have one button named "Next"
.
For a Example I have 50 items in my arraylist
, here i want to load first 5 or 6 items for first list when user click on next then user can see next 6 to 12 items. this manner it will continue till 50. This List fragment
should not have vertical scroll.
These 50 items is dynamic sometimes it would be 5 only sometimes 10 or sometimes 25.
So here how can i load this type of view in ListFragment with viewpager
.?
Please some one guide to how can i achieve this.
Thanks & Regards