Android-Onboarder icon indicating copy to clipboard operation
Android-Onboarder copied to clipboard

Android Onboarder is a simple and lightweight library that helps you to create cool and beautiful introduction screens for your apps without writing dozens of lines of code.

Results 4 Android-Onboarder issues
Sort by recently updated
recently updated
newest added

I kept getting this error when using the library in an app am trying to build ![Screenshot from 2020-10-01 18-54-00](https://user-images.githubusercontent.com/39338964/94851907-fde46380-0420-11eb-88f3-a3c7359ce02c.png)

hey is there a possibility to put the title on top of the page and not under the image

Hi, great work on this! I have a suggestion - when the onboarder pages are swiped through to the end, I'd like the last swipe to finish() the activity so...

Could not change background colour like this ``` NextButton().setBackgroundColor(color(R.color.custom_brown)) SkipButton().setBackgroundColor(color(R.color.custom_brown)) FinishButton().setBackgroundColor(color(R.color.custom_brown)) ```