'constructor Handler()' is deprecated, when i target Android version 30, it return this deprecated wraning for Handler() To resolve this first we need to know What is Handler A Handler allows you to send and process Handle will be use in two ways in Android application Handler() introduced in Android 1 and usage of default constructor was deprected in Andorid 30. To work with handler in Android 30 we need to pass Looper object inside contructor
Message and Runnable objects associated with a thread's MessageQueue
Handler(Looper.getMainLooper()).postDelayed({
// Your Code
}, 3000)
FCM Not Receiving Notifications in Android - RRutors
How to Generate signed apk with android studio
Fix Play Store Rejection Due to SMS Permission - RRutors
How to install/ uninstall apk by command line ADB
How To Set Text Color Programmatically Android TextView?
How to convert milli seconds to hours, minutes and seconds in Android?
What is Context?
Key Points to remember while develop the Android Application.
How to Get bitmap from drawable: Android
ERR_ACCESS_DENIED in Android Webview with sdk 30
What is the Different Between val and var in Kotlin?
Check List for Generate Signed APK Android
How can i comment inside xml file in android studio?
Explain Fragment Life Cycle
What is the difference between match_parent and fill_parent?
Invoke-customs are only supported starting with android 0 --min-api 26
Fix Android Emulator Kill Error When Running Your App
How do I check in SQLite whether a table exists?
What is Android?
What is Intent? What is the difference between an implicit intent and an explicit intent?
Permission denied for window type 2010 in Marshmallow device
How do I generate random numbers in Dart?
What are the notifications available in android?
How to get complete address from latitude and longitude?
What is Android Fragments?
How to get a contact image using a phone number in android?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
Fix Duplicate Files in APK Build.gradle Issue - RRutors
How do i load image from drawable folder in Jetpack Compose?
How to get screen size (width,height) in Android?
What is NetworkOnMainThread Exception?
Set Activity to Fullscreen Mode in Android - RRutors
What is Application?
How to save activity State in Android?
Extract Date and Time from Long Type Variable - RRutors
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to start a new activity on button click
How to reduce APK package size?
How to convert DP to Pixel and Pixel to Dp?