Relative Content

Tag Archive for androidkotlinnavigationfragmentbottomnavigationview

Fragment view is re-creating every time in BottomNavBar

In my android app I’m using bottomNavBar with 3 items, [Home,Dashboard,Notification] those are fragments. whenever Im clicking Home or Dashboard fragment view with viewModel also is re-creating. to navigate on each fragment I’m using android navigation component (NavHost).