Skip to content

jjhesk/android-viewpager-transformers

 
 

Repository files navigation

android-viewpager-transformers

A collection of view pager transformers.

This repos is fork from daimajia but i uploaded it to maven central and added some more javadoc.

Download

dependencies {
	compile 'com.eftimoff:android-viewpager-transformers:1.0.1@aar'
}

How you can use it:

// Reference (or instantiate) a ViewPager instance and apply a transformer
pager = (ViewPager) findViewById(R.id.container);
pager.setAdapter(mAdapter);
pager.setPageTransformer(true, new RotateUpTransformer());

#List of trasnformers

#Creating Custom Transforms

All ViewPagerTransform implementations extend BaseTransformer providing useful hooks improving readability of animations and basic functionality important when switching between animations. BaseTransformer provides three lifecycle hooks and two flags for default handling of hiding offscreen fragments and mimicking the default paging functionality of the ViewPager.

#Special thanks for daimajia

ToxicBakery

Contributors

I want to update this library and make it better. So any help will be appreciated. Make and pull - request and we can discuss it.

Licence

Copyright 2015 Georgi Eftimov

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A collection of view pager transformers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%