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 Play Store Rejection Due to SMS Permission - RRutors
How to Exit android app on back pressed?
What is ANR? How to avoid and resolve it?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
Invoke-customs are only supported starting with android 0 --min-api 26
What is Context?
How to stop EditText focus at Activity startup in Android?
What is ANR in android?
How To Set Text Color Programmatically Android TextView?
Decompile APK Files: How to Get Source Code - RRutors Guide
What happens next when the device switches between portrait and landscape?
Open PDF in Google Drive with Intent in Android - RRutors
How to install/ uninstall apk by command line ADB
Extract Date and Time from Long Type Variable - RRutors
How to convert milli seconds to hours, minutes and seconds in Android?
What are the notifications available in android?
What is "shared preferences" in Android ?
How do I check in SQLite whether a table exists?
Explain Fragment Life Cycle
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
What is Application?
What is Android?
How to get an image resource by it's name in android?
Check List for Generate Signed APK Android
How can i comment inside xml file in android studio?
Set Activity to Fullscreen Mode in Android - RRutors
Key Points to remember while develop the Android Application.
Symmetric vs Asymmetric Encryption in Android Server - RRutors
Add Jar/Library Files as Dependency in Android Studio
Fix Android Emulator Kill Error When Running Your App
How to check Android version?
FCM Not Receiving Notifications in Android - RRutors
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Hide/Disable soft keyboard on Activity launch: Android
What is Intent? What is the difference between an implicit intent and an explicit intent?
How to get screen size (width,height) in Android?
What is the Different Between val and var in Kotlin?
How to copy database from assets folder in android using kotlin
Fix Duplicate Files in APK Build.gradle Issue - RRutors
How do i load image from drawable folder in Jetpack Compose?