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:
It extends FragmentActivity, which does have onCreate() to override