ice-cube-1 / bag-packer-gcse

CS group project - app that helps people remember what to bring with them every day
0 stars 0 forks source link

Navigation #4

Closed ice-cube-1 closed 12 months ago

ice-cube-1 commented 12 months ago

Jetpack compose has a navhost which I should probably use but all tutorials look quite complicated and aren’t particularly friendly for taking code out of and using in another app

ice-cube-1 commented 12 months ago

This will not work when I add multiple days as I don't know now to pass arguments between them

ice-cube-1 commented 12 months ago
ice-cube-1 commented 12 months ago

Continuously refreshes UI and flashes on any page aside from the first - useable but only just

ice-cube-1 commented 12 months ago

surrounded any navigation.navigate with a LaunchedEffect fixes it