I have more details for one form in android. I dont want to add scrollview because of the design limitation. Now i want to load the views on swipe(there are total 5 pages within single form). what is the best option to achieve this? take one xml layout and hide/show different views on swipe??
Asked
Active
Viewed 315 times
1 Answers
1
I think ViewPager will be best. It's also available in compatibility package for backward compatibility.
check this for android viewpager implementation

Community
- 1
- 1

Vishal Vyas
- 2,571
- 1
- 22
- 39