https://kotlinlang.org logo
Title
u

user

07/13/2022, 12:11 PM
Is it possible to remove bottomNavigation Bar while moving from one fragment to another fragment? I want to remove bottom Navigation bar while moving from one fragment to another fragment. This is how I am trying to remove bottom Navigation bar. class LoadFragment : Fragment() { override fun onCreateView( inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle? ): View? { // Inflate the layout for this fragment val view = inflater.inflate(R.layout.fragment_load, container, false) val bottomView =...