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

Replace Navigation View Item Ripple Effect

I am attempting to replace what I thought was the default item background of the NavigationView. So… Read more Replace Navigation View Item Ripple Effect

Hide Toolbar Back Arrow With Navigationcomponent And Bottomnavigationview

I'm in the process of implementing NavigationComponent coupled with a BottomNavigationView and … Read more Hide Toolbar Back Arrow With Navigationcomponent And Bottomnavigationview

How To Use Android Navigation Without Binding To Ui In Viewmodel (mvvm)?

I am using android navigation that was presented at Google I/O 2018 and it seems like I can use it … Read more How To Use Android Navigation Without Binding To Ui In Viewmodel (mvvm)?

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?

Showing Detailed Progress For Running Workmanager Workers

I want to replace the job scheduling aspect of my existing data syncing system with the new JetPack… Read more Showing Detailed Progress For Running Workmanager Workers

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