Onboarding Page
void OnboardingPage(@StringRes() int textResId, @DrawableRes() int imageResId)
Content copied to clipboard
Create a new onboarding page with the desired string resource and drawable resource.
Note: the string should be a short sentence.
Parameters
text Res Id
a string resource id which will be shown in the onboarding page
image Res Id
a drawable resource id which will be shown in the onboarding page