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 install/ uninstall apk by command line ADB
How to Get bitmap from drawable: Android
How to convert DP to Pixel and Pixel to Dp?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Explain Fragment Life Cycle
Intent for Drive PDF Viewer - How to open PDF in Google Drive with intent
Android Studio project R can't find
How to extract date and time from Long type variable in Kotlin on Android "
What is the Different Between val and var in Kotlin?
What happens next when the device switches between portrait and landscape?
How to start a new activity on button click
How to reduce APK package size?
How to avoid multiple button click at same time in android?
How to add jar/library files as a dependency in Android studio gradle file
Permission denied for window type 2010 in Marshmallow device
Duplicate files during packaging of APK” build.gradle issue: Android Studio
How do i load image from drawable folder in Jetpack Compose?
How to get a contact image using a phone number in android?
Android FCM not receiving notifications when app is removed from background
Android Activity FullScreen - How to set activity to fullscreen mode in Android?
How to check Android version?
Hide/Disable soft keyboard on Activity launch: Android
What is "shared preferences" in Android ?
What is Android Fragments?
What is Android?
What is Context?
What is ANR? How to avoid and resolve it?
How to copy database from assets folder in android using kotlin
How to convert milli seconds to hours, minutes and seconds in Android?
'constructor Handler()' is deprecated. Deprecated in Java, How to use Handler() class in And
How to Generate signed apk with android studio
What are the notifications available in android?
Check List for Generate Signed APK Android
What are symmetric and asymmetric encryption in the way Android interacts with the server?
Key Points to remember while develop the Android Application.
Could not inflate Behavior subclass android.support.design.widget. BottomSheetBehavior How resolve
What is ANR in android?
Error: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path
What is the difference between match_parent and fill_parent?
How do I generate random numbers in Dart?