ViewPager

  1. Home
  2. chevron_right
  3. ViewPager

Android ViewPager Tutorial

Tutorial
In Android, if you need to swipe from right to left or vice-versa in order to see different data, you can use a ViewPager. In order to use it, you…

Android ViewPager Cube Animation

Tutorial
After trying some libraries in order to make a cube animation for my viewPager, I realized that is pretty easy to do this. Android provides an interface called ViewPager.PageTransformer and…

Android: Add Tabs using TabLayout

Tutorial
In this tutorial we will see how to add tabs to a project by using TabLayout together with ViewPager, and some other new views from the design library đŸ™‚ Before…