We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update to show hamburger icon, modify sample code.
Migrate guide to AndroidX (part 1)
Removed typo. Improved formatting.
Replacing with implementation instead of compile perl -pi.bak -e "s/compile '(.[^']*)'/implementation '\1'/" *.md
Updated Fragment Navigation Drawer (markdown)
Fix hyperlink
making fragment to have margin for the appbar
Move imgur to https://
moving to https:// for i.imgur
CoordinatorLayout integration
Typo: no need to manually close a self-closing tag
We arent displaying the fragment within the drawer, We are displaying the fragments inside the activity based on the item selected from Navigation Drawer. This error might lead to misunderstanding for new users. P.S My friend got confused after reading this line.
Revert b4b2f41d02942cd5bfa45ed85517b1cf5602714d...e24fe8cb85ebbdc326fe34b2f2778ee2883375de on Fragment Navigation Drawer
In response to issue #260
Bump versions
Updated dependencies version
Cleanup
Forgot to add the private keyword.
Without these two lines, the variables in onCreate() will flag cannot resolve _fieldname_
Grouping the submenu items with single checkableBehavior solves this issue.
setDrawerListener() method is deprecated
Comment `menuItem.setChecked(true)`, it has been done by NavigationView.