Interface Tutorial.Motion<T,V>
- Type Parameters:
T
- The type of the tutorial.V
- The type of the view or fragment.
- All Superinterfaces:
Tutorial<T,
,V> ViewPager.OnPageChangeListener
- All Known Implementing Classes:
DynamicTutorial
A
Tutorial
to support animation(s) and shared element(s) transition.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.pranavpandey.android.dynamic.support.tutorial.Tutorial
Tutorial.Motion<T,
V> -
Field Summary
Fields inherited from interface com.pranavpandey.android.dynamic.support.tutorial.Tutorial
ADS_NAME_TUTORIAL, ADS_NAME_TUTORIAL_IMAGE, ADS_NAME_TUTORIAL_SUBTITLE, ADS_NAME_TUTORIAL_TITLE, ADS_TUTORIAL_WELCOME
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether this tutorial supports the background animation.boolean
Returns whether this tutorial supports shared element(s) transition.Methods inherited from interface com.pranavpandey.android.dynamic.support.tutorial.Tutorial
createTutorial, getColor, getTintColor, getTutorial, getTutorialId, onColorChanged, onSetPadding
Methods inherited from interface androidx.viewpager.widget.ViewPager.OnPageChangeListener
onPageScrolled, onPageScrollStateChanged, onPageSelected
-
Method Details
-
isBackgroundAnimation
boolean isBackgroundAnimation()Returns whether this tutorial supports the background animation.- Returns:
true
if this tutorial supports the background animation.
-