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

Handler is depricated #2

Open
anandshivam44 opened this issue Sep 14, 2020 · 4 comments
Open

Handler is depricated #2

anandshivam44 opened this issue Sep 14, 2020 · 4 comments
Labels

Comments

@anandshivam44
Copy link
Member

Handler is deprecated from Android 11

@namanrana16
Copy link

Hi, can you assign it to me? I would like to work on this issue.

@anandshivam44
Copy link
Member Author

Sure @namanrana16

@widlok
Copy link

widlok commented Oct 29, 2020

Hi @anandshivam44 , Handler.java as is not deprecated. Deprecated is constructor new Handler(); because its hiding implementation and might be dangerous in some cases. You can use different constructor e.g. new Handler(Looper looper); .

@anandshivam44
Copy link
Member Author

@widlok Thanks

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

No branches or pull requests

3 participants