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
Development of cutting-edge technologies