Skip to main content

Posts

Showing posts with the label sherlockfragmentactivity

Pressing ActionBarDrawerToggle doesn't Open Navigation Drawer Menu

I am implementing an application with fragments + main activity.  The extended activity class is android.app.Activity . I have aimed to use ActionBarSherlock to specialize the action bar. So, I have changed the inherited classes of main activity and fragment classes. Old Version: Main Activity -extends- Activity Fragments -extends- Fragment New Version: Main Activity -extends- SherlockFragmentActivity Fragments -extends- SherlockFragment