Clarification on Android Activity Lifecycle..

Posted by Tyler on Stack Overflow See other posts from Stack Overflow or by Tyler
Published on 2010-05-19T22:10:34Z Indexed on 2010/05/19 22:20 UTC
Read the original article Hit count: 179

Filed under:

Can someone clarify - if in my activity, I leave to call an intent via startActivityForResult (such as take a picture), when users return to my app, what is the entry point for that activity? Is it onCreate, onStart, or onResume?

Thanks!

© Stack Overflow or respective owner

Related posts about android