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

Any easy way to replace 'startActivityForResult(Intent, Int)' chapter 18? #36

Open
UltraBurstXD opened this issue Apr 8, 2021 · 2 comments

Comments

@UltraBurstXD
Copy link

Hi,
The method mentioned above has been deprecated, I'm wondering if there is any simple way to replace it...? It might not cause issues now, but later due to incompatibility issues.

@kevindmoore
Copy link
Contributor

You can take a look at this article:https://adambennett.dev/2020/03/introducing-the-activity-result-apis/
There are a lot more articles about this.

@UltraBurstXD
Copy link
Author

UltraBurstXD commented Apr 8, 2021

Well, it seems easy to understand (Though Unnecessary or Dramatic Change), but in real world implementation without causing too much hassle it's impossible. Especially on the project, since many things depend upon startActivityForResult method.

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