navigation-architecture Questions
9
Solved
I have a Fragment FR1 that contains several Nested Fragments; FRa, FRb, FRc. These Nested Fragments are changed by pressing Buttons on FR1's layout. Each of the Nested Fragments have several input ...
Goosander asked 17/4, 2014 at 20:35
1
I am using the Android Jetpack Navigation Component for navigating between fragments back and forth. On one Fragment, I have a SearchView in expanded form. When I press the back button (to the left...
Austen asked 3/6, 2022 at 11:7
6
Solved
When I am trying to add a destination when clicking
"New destination" button, from the dropdown list I am not able to see any fragments which are already there in my project.
I also face this iss...
Johnajohnath asked 12/3, 2019 at 4:31
4
Solved
I'm using SafeArgs plugin and Navigation Architecture Component but the app is crashing.
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.package.domain.models.Model"
...
Turin asked 19/4, 2021 at 19:28
1
I'm wondering how to properly scope dependencies with Koin library.
Since Google recommends a single Activity architecture the AndroidX Navigation lib has become a key library to facilitate this by...
Rich asked 24/12, 2020 at 13:38
2
Solved
I have a single activity app, with three fragments, A, B, C. In the normal app flow, fragments are opened in sequence: A->B->C
I have a foreground service with a notification that when clicked, sh...
Lettering asked 27/5, 2020 at 13:44
1
Solved
I have a question that is bugging me for a long time,
In navigation component, when using .navigate(int resId) what makes a difference in passing an action id vs fragment id?
example:
<fragme...
Rosannrosanna asked 7/9, 2019 at 2:57
1
Solved
I'm trying to open a fragment with args from my notification.
Actually, in my case, I have Audio Player running with Foreground Service with Notification and now I want to navigate to my fragment f...
Deflate asked 29/4, 2019 at 18:10
1
© 2022 - 2024 — McMap. All rights reserved.