I am using ViewPager for swiping between Fragments, but can I use ViewPager to swipe between Views simple XML layout?
ViewPager
Fragments
Views
yes...you can use View instead of Fragment in viewpager. Here you can Find Whole example that will help you to achieve Viewpager without Fragment. Go through this documentation.
https://www.bignerdranch.com/blog/viewpager-without-fragments/