AndroidOnboarder icon indicating copy to clipboard operation
AndroidOnboarder copied to clipboard

A simple way to make a beauty onboarding experience (app intro or welcome screen) for your users.

Results 6 AndroidOnboarder issues
Sort by recently updated
recently updated
newest added

Sir, I have added a very small function to set Floating Action Button custom Color , as default color is not working with Material Components.

Thanks for this library that looks super cool. Sadly, when I add `implementation 'com.github.chyrta:AndroidOnboarder:0.7'` to Gradle, I get this error: `error: expected reference but got (raw string) #000000`. This error...

- Move all the dependencies to a common file - Migrate codebase to Kotlin from Java - Rewrite the mechanism for creating onboarder pages by implementing Builder pattern which is...

enhancement

Google create guidelines for Onboarding screens: https://material.io/guidelines/growth-communications/onboarding.html#onboarding-top-user-benefits Diferences: portrait and landscape ![image](https://user-images.githubusercontent.com/2223709/29610491-9b101632-87fa-11e7-8fe6-107bb18e0b6b.png) ![image](https://user-images.githubusercontent.com/2223709/29610511-acce0aa0-87fa-11e7-8d16-e56759d88c03.png) And tablets: ![image](https://user-images.githubusercontent.com/2223709/29610549-d527cbe4-87fa-11e7-8e27-e7b68b52f28a.png)

enhancement