What is Strict mode As we know it’s not safe to perform a heavy operation on the main thread it will be a bad user experience and sometimes show ANR also To prevent such...
Posted by Jignesh Mundhava
The Android Profiler is nothing but a replacement for Android Monitor tools in Android Studio 30 and higher Android Profiler tools get real-time app data which helps to...
AsyncTask is used to perform time talking operations in android, but it’s marked as deprecated from android 11 There are many alternatives are available for replacing...