Skip to content

History / Fragment Navigation Drawer

Revisions

  • Update to show hamburger icon, modify sample code.

    @slavkoder slavkoder committed Aug 30, 2019
  • Migrate guide to AndroidX (part 1)

    @slavkoder slavkoder committed Aug 30, 2019
  • Removed typo. Improved formatting.

    @grrigore grrigore committed Oct 14, 2018
  • Replacing with implementation instead of compile perl -pi.bak -e "s/compile '(.[^']*)'/implementation '\1'/" *.md

    @rogerhu rogerhu committed Jun 8, 2018
  • Updated Fragment Navigation Drawer (markdown)

    @abhilashasurmount abhilashasurmount committed Apr 27, 2018
  • Updated Fragment Navigation Drawer (markdown)

    @abhilashasurmount abhilashasurmount committed Apr 27, 2018
  • Updated Fragment Navigation Drawer (markdown)

    @rogerhu rogerhu committed Apr 9, 2018
  • Fix hyperlink

    @rajohns08 rajohns08 committed Dec 22, 2017
  • making fragment to have margin for the appbar

    @AucT AucT committed Oct 26, 2017
  • Move imgur to https://

    @rogerhu rogerhu committed Oct 18, 2017
  • moving to https:// for i.imgur

    @rogerhu rogerhu committed Oct 18, 2017
  • CoordinatorLayout integration

    @cloudbank cloudbank committed Sep 29, 2017
  • Typo: no need to manually close a self-closing tag

    @tejen tejen committed Jul 3, 2017
  • 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.

    @Isaackingston Isaackingston committed May 7, 2017
  • Revert b4b2f41d02942cd5bfa45ed85517b1cf5602714d...e24fe8cb85ebbdc326fe34b2f2778ee2883375de on Fragment Navigation Drawer

    @rogerhu rogerhu committed Mar 16, 2017
  • In response to issue #260

    @abhivijay96 abhivijay96 committed Mar 16, 2017
  • Bump versions

    Roger Hu committed Mar 2, 2017
  • Updated dependencies version

    @Technologx Technologx committed Feb 9, 2017
  • Updated Fragment Navigation Drawer (markdown)

    @rogerhu rogerhu committed Nov 4, 2016
  • Updated Fragment Navigation Drawer (markdown)

    @rogerhu rogerhu committed Nov 4, 2016
  • Updated Fragment Navigation Drawer (markdown)

    @rogerhu rogerhu committed Nov 4, 2016
  • Updated Fragment Navigation Drawer (markdown)

    @rogerhu rogerhu committed Nov 4, 2016
  • Updated Fragment Navigation Drawer (markdown)

    @rogerhu rogerhu committed Nov 4, 2016
  • Cleanup

    @rogerhu rogerhu committed Nov 4, 2016
  • Forgot to add the private keyword.

    @DanielKaparunakis DanielKaparunakis committed May 19, 2016
  • Without these two lines, the variables in onCreate() will flag cannot resolve _fieldname_

    @DanielKaparunakis DanielKaparunakis committed May 19, 2016
  • Grouping the submenu items with single checkableBehavior solves this issue.

    A Snail committed May 12, 2016
  • setDrawerListener() method is deprecated

    @mmBs mmBs committed Apr 5, 2016
  • Updated Fragment Navigation Drawer (markdown)

    @nesquena nesquena committed Mar 21, 2016
  • Comment `menuItem.setChecked(true)`, it has been done by NavigationView.

    @AaronChanSunny AaronChanSunny committed Mar 3, 2016