Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Jetpack

Bottomnavigation Menu With Jetpack Navigation Does Not Navigate

I have a strange problem regarding a BottomNavigationBar which I could not solve altough having spe… Read more Bottomnavigation Menu With Jetpack Navigation Does Not Navigate

Android Navigation Component: Java.lang.illegalstateexception: Unknown Destination During Restore

I'm using Android's AAC Navigation Component and have implemented conditional navigation fo… Read more Android Navigation Component: Java.lang.illegalstateexception: Unknown Destination During Restore

How Do I Link Multiple Activities In Android Navigation Editor?

I'm learning android development and the navigation component, trying to link multiple activiti… Read more How Do I Link Multiple Activities In Android Navigation Editor?

Dynamic Actionbar Title From A Fragment Using Androidx Navigation

I am using the new Navigation component from Android Jetpack. The root Activity setup is quite simp… Read more Dynamic Actionbar Title From A Fragment Using Androidx Navigation

Take Screenshot Of A Composable Fun Programmatically In Jetpack Compose

I would like to capture the UI emitted by Jetpack compose as a Bitmap. In XML this was done like th… Read more Take Screenshot Of A Composable Fun Programmatically In Jetpack Compose

How To Handle Navigation In Jetpack Compose?

In Jetpack Compose, how is navigation supposed to be done? All (and there aren’t many) examples (in… Read more How To Handle Navigation In Jetpack Compose?