Navigating using a navigation drawer and fragments
I am currently using a navigation drawer with navigation fragments, however I cant figure out how to combine the navigation drawer so that when you press one of the buttons on the navigation drawer, it navigates to the respective fragment. I have created 3 fragments already. I am trying to do this as well while using binding as well but so far without any luck. Anyone got some suggestions?
This is my MainAvtivity:
class MainAppActivity : AppCompatActivity() {
private lateinit var...