navdrawer

  1. T

    Android Question on click submenu item in NavDrawer

    I am trying to add on click submenu items in navdrawer with example "navigationView" I am using this command NavDrawer.NavigationView.Menu.AddWithGroup2(1, 1, 1, "Home", xml.GetDrawable("ic_home_black_24dp")).ItemCollapsed=True NavDrawer.NavigationView.Menu.AddSubMenu(1,2,1,"new") but only...
  2. Multiverse app

    Android Question de.amberhome.objects.NavigationDrawerWrapper Crash

    For quite a while, all our apps have been reporting crashes with this same error stack trace: java.lang.RuntimeException: java.lang.NullPointerException: Attempt to read from field 'de.amberhome.objects.NavigationDrawerWrapper com.multiverse.jarvis.main._vvvvvvvvvvvvvvvvvvvvvvvvv0' on a null...
  3. Alex Guerrero

    Android Question Conflict between IME and NavDrawer

    Hello, When adding IME, a conflict occurs and stops working Sub NavDrawer_NavigationItemSelected, to replicate the failure click on homebutton of the Toolbar (the 3 line menu icon) and select one of the options, Event sub that handles the case if a navigation item is selected. I added the...
Top