Search code examples
androidactionbarsherlockoncreate

onCreate() missing from SherlockFragmentActivity


When I extend the SherlockFragmentActivity to my class, I don't find the onCreate() method in the list of the override/implement methods. Curiously, onDestroy() is present. Any suggestions guys?

Screenshot: This is the screenshot.


Solution

  • It extends FragmentActivity, which does have onCreate() to override