-
I apologize, I am not sure where else to submit issues relating to the quizzes.
**URL of quiz:**
https://developer.android.com/courses/quizzes/android-basics-compose-unit-5-pathway-1/android-basi…
-
Context:
- after first launch the user passes through Onboarding to MainPage
- by onBackPress on MainPage user returns to Onboarding
Issue:
this part of code working only for the next launches…
-
Is it possible to create a sliding transition between scenes? For example, when I have a bottom navigation bar and click from the item on the left to the right I would like a 'sliding in' transition f…
-
**Describe the bug**
Let's say we've login flow, and once the user successfully logs in, they land on the main screen. However, when setting up two navigation groups within a NavHost, I'm encounterin…
-
如何在初始化NavHost的时候 对默认scene 添加launchSingleTop 与 goBack的时候导致页面重组
并且在使用navigator.navigate(RouterUrls.HOME, options = NavOptions(launchSingleTop = true) 进行页面切换的时候,导致页面也进行了重组
版本
kotlin.version=1.9.21
co…
-
### Jerboa Version
0.41
### Android Version + Phone
n/a
### Describe The Bug
If you press twice quickly on a back button it will crash the application.
This is because it tries to remove the s…
MV-GH updated
8 months ago
-
I have a naming suggestion for navigation.
As I see, Nia is following this flow:
**NavHost > Feature Navigation graph/route > Feature Screen Composable**
Example:
**NiaNavHost > forYouScreen > F…
-
Hi, the accountType retrieved by the navBackStackEntry in the Rally app of the Navigation Codelab only works the first time. Afterwards, no matter which account I click, it goes to the single account …
-
Rapidly clicking the back button breaks the application layout. Sometimes the nav transition animation doesn't finish and you end up with a previous screen still covering 2/3 of the screen. Sometimes …
-
class MainActivity : ComponentActivity() {
@OptIn(ExperimentalMaterial3Api::class)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
…