You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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); .
Handler is deprecated from Android 11
The text was updated successfully, but these errors were encountered: