welcome-android
welcome-android copied to clipboard
A customizable welcome screen
Hi, What would be the best way to add background image to each page instead of background color? -- Veikko
Currently once a page fragment is created, it won't be GCd until the activity closes. Ideally, only the current and immediately adjacent pages would be held on to
we can't change the bottom bar background for each page. I used FullscreenParallaxPage with customize layout, but botttom bar can't change according to color of current page.
Now that in 1.0 the builder `page` method only takes a `WelcomePage`, rather than a bunch of different methods and parameters for each page type, it is much easier to...
Finish `PreferenceWelcomeFragment`. It should probably extend [PreferenceFragmentCompat](https://developer.android.com/reference/android/support/v7/preference/PreferenceFragmentCompat.html) and allow clients to inflate preferences from xml.
Hi, I'm using your fantastic welcome-android to develop welcomPage in my own app. However, the project seems to lack a page to quickly load full-screen images. [TitleP](https://github.com/stephentuso/welcome-android/issues/49) TitlePage has a...
Failed to resolve: com.stephentuso:welcome:1.4.1