XIntro - Java Android Library
XIntro is a Java Android Library for android developers. The library use to build introduction activity for android application.
##Notes
- This project is still in DEVELOPMENT
- The wiki is still in progress...
##Example application In the example application (in Google Play!) you can test the options that XIntro give you. Download example application
Gradle
compile 'com.github.yonatankahana:xintro:1.1'
Maven (for the oldfags)
<dependency>
<groupId>com.github.yonatankahana</groupId>
<artifactId>xintro</artifactId>
<version>1.1</version>
<type>pom</type> </dependency>
##Features
- Fully customizable: alot of parameters to customize a beautiful introduction.
- Using Glide as default image loader: (has option to change to PicassoImageLoader and SimpleImageLoader) or creating custom image loader.
- Create introduction programmatically with XintroActivityBuilder.
- Create introduction by extending XintroActivity and override initialize() method.
- Set your page transformer for the ViewPager.
##Milestones
- Full RTL support
- More fragment impl's for selection
- Supoort lower SDK levels
##Report issue If you found any bug or any idea how to make this project better, please Create an Issue and let me know.
##Getting started Checkout the wiki for examples and getting started guide.
##Compatibility XIntro can be used from Android API 14.
##Licenses GNU GPL 3.0
Tags: XIntro AppIntro android introduction library lib libs tools xintroduction easy builder