gridview and navigation drawer not working together in android
问题 I have downloaded code for gridview and code for navigation bar. Both codes are working fine individually but when I am trying to combine them its giving a runtime error "Unfortunately App Has Stopped". Below is my code : MainActivity.java public class MainActivity extends Activity { private DrawerLayout mDrawerLayout; private ListView mDrawerList; private ActionBarDrawerToggle mDrawerToggle; private CharSequence mDrawerTitle; private CharSequence mTitle; private String[] mPlanetTitles;