Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing onActivityResult in fragment lifecycle #29

Open
mtrakal opened this issue Jun 5, 2017 · 1 comment
Open

missing onActivityResult in fragment lifecycle #29

mtrakal opened this issue Jun 5, 2017 · 1 comment

Comments

@mtrakal
Copy link

mtrakal commented Jun 5, 2017

missing in Fragment lifecycle: onActivityResult. Maybe it's same as in Activity? Called after onStart()?

    @Override
    public void onActivityResult(int requestCode, int resultCode, Intent data) {
@rock3r
Copy link

rock3r commented Jun 22, 2018

No, it's called directly by Activity#onActivityResult:

  1. Activity#onStart
  2. Activity#onActivityResult
  3. Fragment#onActivityResult
  4. Fragment#onStart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants