python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why does the UI flicker when using navigation component(xml) with Fragment and ComposeView?
I am using Jetpack Compose in an existing app with a XML based navigation graph.
The transition from FragmentA to FragmentWithComposeView ( and vice-versa) is not smooth and causes the UI to flicker. ...
Salil
Votes: 0
Answers: 0
Android build failed with 'parser.name must not be null'
In an Android project, build failed with this error:
> Task :app:generateSafeArgsDebug FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:generateS...
Nico
Votes: 0
Answers: 1
Jetpack Compose + Hilt: java.lang.RuntimeException: Cannot create an instance of class ViewModel
I started trying jetpack Compose recently and used hilt & hilt-navigation-compose for my app. It works fine with the first ViewModel. However, when I try the same code on another ViewModel of my s...

Eynnzerr
Votes: 0
Answers: 2
How to navigate to first fragment without recreating the fragment
So example i have 3 fragment
fragment A with 1 edittext, and 1 button
fragment B with 1 textview, and 1 button
framgnet C with 2 textview and 1 button
fragment A with edittext data example "thi...
Franky Junior
Votes: 0
Answers: 1