OnboardingPage

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

Note: the string should be a short sentence.

Parameters

imageResId

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

textResId

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

void OnboardingPage(int textResId, int imageResId)

Internal use only.

void OnboardingPage(int textResId, int imageResId, boolean transparent)
void OnboardingPage(int textResId, int imageResId, boolean transparent, boolean rotateImageForLandscape)