AppIntro/AppIntro
View on GitHubIntegration AppIntro into Androidx navigation component
Open
#801 opened on Jun 1, 2020
help wanted
Repository metrics
- Stars
- (10,572 stars)
- PR merge metrics
- (Avg merge 55d 22h) (4 merged PRs in 30d)
Description
AppIntro Version: 6.0.0
Device/Android Version: Pixel 2
Issue details / Repro steps / Use case background:
For the new Androidx navigation framework the activity needs a navHost fragment. Is it possible to add that into AppIntro?
Or could the AppIntro class also inherited from a Fragment class?
The problem that I am facing is that I want to navigate to another Fragment (outside of the AppIntro acitivty) in my main nav graph with safe arguments but I can't do it without having a second graph in AppIntro or disabling the second AppIntro activity.
Does any have an idea how to solve this issue?