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 are the notifications available in android?
How to avoid multiple button click at same time in android?
How To Set Text Color Programmatically Android TextView?
How to Use Deprecated Handler() in Android - RRutors Guide
Fix Duplicate Files in APK Build.gradle Issue - RRutors
FCM Not Receiving Notifications in Android - RRutors
What is the difference between match_parent and fill_parent?
What is "shared preferences" in Android ?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Open PDF in Google Drive with Intent in Android - RRutors
What is Intent? What is the difference between an implicit intent and an explicit intent?
What is Android Fragments?
How to convert milli seconds to hours, minutes and seconds in Android?
Add Jar/Library Files as Dependency in Android Studio
Fix Android Emulator Kill Error When Running Your App
Symmetric vs Asymmetric Encryption in Android Server - RRutors
How do I check in SQLite whether a table exists?
How do I generate random numbers in Dart?
Explain Fragment Life Cycle
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
Decompile APK Files: How to Get Source Code - RRutors Guide
What is ANR in android?
How to reduce APK package size?
Android Studio project R can't find
How to Exit android app on back pressed?
How do i load image from drawable folder in Jetpack Compose?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Check List for Generate Signed APK Android
How to install/ uninstall apk by command line ADB
Key Points to remember while develop the Android Application.
Fix Play Store Rejection Due to SMS Permission - RRutors
How to convert DP to Pixel and Pixel to Dp?
What is Context?
How to stop EditText focus at Activity startup in Android?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
What is ANR? How to avoid and resolve it?
ERR_ACCESS_DENIED in Android Webview with sdk 30
Extract Date and Time from Long Type Variable - RRutors
What is NetworkOnMainThread Exception?
Invoke-customs are only supported starting with android 0 --min-api 26