Skip to content

Conversation

@marawanxmamdouh
Copy link

'constructor Handler()' is deprecated. Deprecated in Java

Creating an object of Handler using the new Handler() is deprecated.
As per the documentation, using a new Handler() can lead to bugs. So you should specify a looper for the handler explicitly. Looper must not be null.

'constructor Handler()' is deprecated. Deprecated in Java

Creating an object of Handler using the new Handler() is deprecated.
As per the documentation, using a new Handler() can lead to bugs. So you should specify a looper for the handler explicitly. Looper must not be null.
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

Successfully merging this pull request may close these issues.

1 participant