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();
How to save activity State in Android?
Permission denied for window type 2010 in Marshmallow device
How to Generate signed apk with android studio
How can i comment inside xml file in android studio?
What is Android?
Fix Duplicate Files in APK Build.gradle Issue - RRutors
Hide/Disable soft keyboard on Activity launch: Android
What are the notifications available in android?
How to reduce APK package size?
How to Get bitmap from drawable: Android
How do I generate random numbers in Dart?
How to start a new activity on button click
What is ANR? How to avoid and resolve it?
Add Jar/Library Files as Dependency in Android Studio
Check List for Generate Signed APK Android
How to convert DP to Pixel and Pixel to Dp?
Fix Android Emulator Kill Error When Running Your App
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
How do I check in SQLite whether a table exists?
How to validate email address in Android with Kotlin?
FCM Not Receiving Notifications in Android - RRutors
Decompile APK Files: How to Get Source Code - RRutors Guide
How to check Android version?
How to stop EditText focus at Activity startup in Android?
Set Activity to Fullscreen Mode in Android - RRutors
Key Points to remember while develop the Android Application.
What is the difference between match_parent and fill_parent?
What happens next when the device switches between portrait and landscape?
What is Context?
How do i load image from drawable folder in Jetpack Compose?
How to copy database from assets folder in android using kotlin
Fix Play Store Rejection Due to SMS Permission - RRutors
How to get an image resource by it's name in android?
How to convert milli seconds to hours, minutes and seconds in Android?
Invoke-customs are only supported starting with android 0 --min-api 26
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to avoid multiple button click at same time in android?
What is Intent? What is the difference between an implicit intent and an explicit intent?
What is "shared preferences" in Android ?
How to install/ uninstall apk by command line ADB