Questions tagged [jetpack-compose-androidviewbinding]

2 questions
0
votes
1 answer

how to fix crashing apps while using viewBinding, databinding , viewModel and fragment - My app crash after installed on emulator ,

how to fix crashing apps while using viewBinding, databinding , viewModel and fragment - My app crash after installed on emulator , import android.annotation.SuppressLint import android.os.Bundle import androidx.fragment.app.Fragment import…
0
votes
1 answer

Jetpack Compose + AndroidViewBinding backpress will close the app

I have a navhostfragment inside an AndroidViewBinding in a Composable function. However, when I press the back button on the phone, the app closes. How can I avoid this and just go up in the backstack. @Composable fun MyComposeScreen() { …