Note that there are some explanatory texts on larger screens.

plurals
  1. USveswan
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COeven if I change everything and place anythin inside public void onDrawerClosed(View view) it crashes with a null pointer exception at android.support.v4.widget.DrawerLayout.updateDrawerState(DrawerLayout.java:459) at android.support.v4.widget.DrawerLayout$ViewDragCallback.onViewDragStateChanged(DrawerLayout.java:1348) at android.support.v4.widget.ViewDragHelper.setDragState(ViewDragHelper.java:866) at android.support.v4.widget.ViewDragHelper$2.run(ViewDragHelper.java:335) at android.os.Handler.handleCallback(Handler.java:615) at android.os.Handler.dispatchMessage(Handler.java:92)
      singulars
    2. COI need to keep the isNavigationOpen() function too for the onclick of the button, so do I define the condition as if ( isNavigationOpen() || drawerLayout.isDrawerOpen(R.id.drawer) ) { updateActionBarTitle(); drawerLayout.closeDrawer(R.id.drawer); } else { drawerLayout.openDrawer(R.id.drawer); mTitle.setText(getString(R.string.title_applications));} ?
      singulars
    3. COIt seems to be crashing at mDrawerButton.setImageResource(R.drawable.bg_helios_active); with a null pointer exception. However, when I go back to my original implementation and just add toggleNavigationPanel() in Oncreate's onDrawerOpened/Ondrawerclosed, it does recognize the swipe for the nav drawer and switches the helios button to selected and deselected accordingly, but as soon as I click the helios button , it crashes with a null pointer exception, I wonder what is causing the crash
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload