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();
Fix Android Emulator Kill Error When Running Your App
What is ANR in android?
How to convert milli seconds to hours, minutes and seconds in Android?
What is ANR? How to avoid and resolve it?
How to reduce APK package size?
What is "shared preferences" in Android ?
Fix Duplicate Files in APK Build.gradle Issue - RRutors
FCM Not Receiving Notifications in Android - RRutors
Extract Date and Time from Long Type Variable - RRutors
Android Studio project R can't find
How to get a contact image using a phone number in android?
What is Application?
How To Set Text Color Programmatically Android TextView?
How to avoid multiple button click at same time in android?
How do i load image from drawable folder in Jetpack Compose?
How to get an image resource by it's name in android?
Check List for Generate Signed APK Android
How to validate email address in Android with Kotlin?
How to install/ uninstall apk by command line ADB
How to start a new activity on button click
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
How do I check in SQLite whether a table exists?
What is the difference between match_parent and fill_parent?
How to Get bitmap from drawable: Android
How to find Android Device UDID or unique ID?
Key Points to remember while develop the Android Application.
How to stop EditText focus at Activity startup in Android?
Open PDF in Google Drive with Intent in Android - RRutors
Fix Play Store Rejection Due to SMS Permission - RRutors
Invoke-customs are only supported starting with android 0 --min-api 26
How to Use Deprecated Handler() in Android - RRutors Guide
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
Explain Fragment Life Cycle
What are Android Versions available?
Decompile APK Files: How to Get Source Code - RRutors Guide
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
Symmetric vs Asymmetric Encryption in Android Server - RRutors
What happens next when the device switches between portrait and landscape?
What is the Different Between val and var in Kotlin?
How to get screen size (width,height) in Android?