Android-Onboarder
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.
I kept getting this error when using the library in an app am trying to build 
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)) ```