Onboarding Page
The OnboardingPage is used by the Onboarding Screen to display an image and a short text.
Use this class to show a different number of pages in the Onboarding Screen. Customizing the default onboarding pages can be done via overriding of app resources.
Constructors
Link copied to clipboard
public void OnboardingPage(@StringRes() int titleResId, @StringRes() int messageResId, @Nullable() OnboardingIllustrationAdapter illustrationAdapter)
Create a new onboarding page with the desired string resources and icon adapter.