We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix(wiki-prepass): correct 58 spelling typos across 34 files (2026-05-11T091456Z) Run of typos-cli 1.46.1 with manual audit. Each change verified against context to avoid breaking code identifiers, library names, or Android API constants (e.g. MODE_WORLD_WRITEABLE kept; SQLBrite library name preserved). Two false positives skipped: DB filename string 'Infor.db' and proper name 'Dan Lew'.
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