I don't know how to add RecyclerView in ViewPager. I have a RecyclerView which contain data fetched from web service. I need to swipe the main layout which contain the recyclerview and RecyclerView's data should be change accordingly to web service which will be called on each swipe(left or right).and there is no limit of pages like we changes the year in calendar.
I want to know how I will set RecyclerRiew in ViewPager ?