Application is base class in Android, which contains all components like activites,services... The Application class is first instanitated while running any application. We can write Custom Application class by extending the Application class. class MyApplication extends Application{ @Override } } We can declare any single instance classes here and use entire application. To execute this class we need to set Application name in manifest file.
public void onCreate() {
super.onCreate();
What is Android?
What is Context?
Fix Android Emulator Kill Error When Running Your App
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
What are Android Versions available?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
Decompile APK Files: How to Get Source Code - RRutors Guide
Check List for Generate Signed APK Android
How To Set Text Color Programmatically Android TextView?
How to reduce APK package size?
Key Points to remember while develop the Android Application.
What are the notifications available in android?
How to copy database from assets folder in android using kotlin
Open PDF in Google Drive with Intent in Android - RRutors
How do i load image from drawable folder in Jetpack Compose?
Fix Play Store Rejection Due to SMS Permission - RRutors
What is Application?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
How to check Android version?
How to get an image resource by it's name in android?
How to convert milli seconds to hours, minutes and seconds in Android?
How to validate email address in Android with Kotlin?
Symmetric vs Asymmetric Encryption in Android Server - RRutors
How do I check in SQLite whether a table exists?
How to install/ uninstall apk by command line ADB
How do I generate random numbers in Dart?
What is ANR in android?
How to get a contact image using a phone number in android?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
ERR_ACCESS_DENIED in Android Webview with sdk 30
Permission denied for window type 2010 in Marshmallow device
Android Studio project R can't find
How can i comment inside xml file in android studio?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
What is ANR? How to avoid and resolve it?
How to find Android Device UDID or unique ID?
How to convert DP to Pixel and Pixel to Dp?
What happens next when the device switches between portrait and landscape?
What is the Different Between val and var in Kotlin?
How to Exit android app on back pressed?