Viewpager in Android to switch between days endlessly
问题 I am currently making a app where students can view there lesson grid. The lessons are retrieved using a json file. Now the date changing is done via buttons in the actionbar, but i want to make it also work with smooth swipe effects. The only things that need to change is the SlectedDate-1 on left swipe . the SelectedDate+1 on right swipe . I tried it with ViewPager s but it didn't work does anybody know how to do it? Maybe something with 3 viewpagers?, please a detailed code because I'm not