Can someone please lists all the activitie's and fragment's life cycle methods which will be called?
I have one activity, that activity has one fragment.
Lets assume that application is running. From fragment I start camera intent. getActivity().startActivityForResult(imageCaptureIntent, ConstantClass.CAMERA_REQUEST);
(please notice that I call my activite's startActivityForResult method).