OnboardingPage

void OnboardingPage(@StringRes() int textResId, @DrawableRes() int imageResId)

Create a new onboarding page with the desired string resource and drawable resource.

Note: the string should be a short sentence.

Parameters

textResId

a string resource id which will be shown in the onboarding page

imageResId

a drawable resource id which will be shown in the onboarding page