The Wayback Machine - https://web.archive.org/web/20200919200435/https://github.com/dipanshukr/Viewpager-Transformation
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Mar 7, 2018
app
Mar 14, 2018
Mar 7, 2018

README.md

ViewPagerTransformations

Why use dependencies when you create your own transformations ?

In this post i am gonna show you some view pager animations. Animation in view pager is implemented using PageTransformer interface which is called whenever we slide view pager. It is called twice for every slide event, because atmost two pages are visible on the screen. The position for first page is between (-1,0) and second page is (0,1). In the idle state , 0 being the position of the page we are currenting viewing.

By implementing this you can achieve these amazing transformations for Viewpager by your own and also you can create your own transformations and name them as you wish.

You can download the latest sample APK from Google Play store:

Android app on Google Play

You can also see full video clip of all the transformations on YOUTUBE.

List of Transformations

Here is the list of transformations which you can check by clicking them :

About

Why use dependencies when you create your own transformations for Viewpager ?

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.