・
Reviews 12
・
Average rating 4.5
Completed 97% of course
I have a question. I am currently taking the DrawerLayout lecture. I think the version has changed, but even if I create a Navigation Drawer Activity, the onNavigationItemSelected method is not overridden as in the lecture. Please answer.
softcampus
Instructor
With the change to androidx library, DrawerLayout has also been changed to androidx.drawerlayout.widget.DrawerLayout;. Please use this. Please leave a question instead of leaving a review.