| Interface | Description |
|---|---|
| IntroButton.Behaviour |
Pass concrete instances of this interface to the
IntroButton.setBehaviour(Behaviour) method of
an IntroButton to define its on click behaviour. |
| SelectionIndicator |
A selection indicator is a visual representation of the selected item in a finite collection.
|
| Class | Description |
|---|---|
| Dot |
A Dot is a
View which shows a solid circular shape. |
| DotIndicator |
Displays a set of dots to indicate the selected item in a set.
|
| IntroActivity |
Displays an introduction screen to the user, consisting of a series of pages and a navigation
bar.
|
| IntroButton |
An IntroButton is a Button designed to manipulate an IntroActivity.
|
| IntroButton.BehaviourAdapter |
A partial implementation of the Behaviour interface, designed to eliminate boilerplate code
in full implementations.
|
| IntroButton.CloseApp |
A Behaviour which closes the current app.
|
| IntroButton.DoNothing |
A Behaviour which does nothing.
|
| IntroButton.GoToFirstPage |
A Behaviour which manipulates the provided activity to display the first page.
|
| IntroButton.GoToLastPage |
A Behaviour which manipulates the provided activity to display the last page.
|
| IntroButton.GoToNextPage |
A Behaviour which manipulates the provided activity to display the next page.
|
| IntroButton.GoToPreviousPage |
A Behaviour which manipulates the provided activity to display the previous page.
|
| IntroButton.ProgressToNextActivity |
A Behaviour designed to launch a new activity.
|
| IntroButton.RequestPermissions |
A Behaviour for requesting permissions.
|
| LockableViewPager | |
| MultiViewParallaxTransformer |
A ViewPager transformer which allows custom parallax effects to be applied to some or all of the
Views displayed in the pages.
|
| Page |
A single page to display in an
IntroActivity. |
| PageAdapter |
Adapts a collection of
Page elements so that they can be displayed in an ViewPager. |
| ParallaxPage |
An
Page with three elements: a front image, a back image and text. |
| ParallaxTransformer | Deprecated |
| Enum | Description |
|---|---|
| Dot.State |
The possible states of a Dot.
|
| IntroButton.Appearance |
The different appearances an IntroButton can have.
|
| LockableViewPager.LockMode |
The ways in which a
LockableViewPager can be locked. |