Does anyone have an example of onboarding flow usi...
# android
a
Does anyone have an example of onboarding flow using navigation component ? For example a intro slider using viewpager ? I have seen the conditional navigation docs but I don't understand how this would fit into what the docs recommend.
r
just use a view pager and instantiate fragments in the adapter
a
But my doubt is that would require it being the start destination , something the documentation recommends not to do.
p
Ok
You can as well use a ViewPager with just layouts no Fragment. Difference is, you might have issues adding click event to views on each layout. Rather your events will be on the parent Activity. whivh might be a finish btn. In this case, the viewPager is just a visual info of your app