A notification is a message that we can display to the user outside of our application's normal UI. We have different types of Notifications Toast Notification − It will show a pop-up message on the surface of the window Status Bar Notification − It will show notifications on the status bar Dialogue Notification − It is an activity related notification LockScreen Notifications In Android version 8.0 (Oreo) and above to create notifications we need to create Notification Channel. Check How to create Notification in Android
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Android FCM not receiving notifications when app is removed from background
What is ANR? How to avoid and resolve it?
How to check Android version?
How do I check in SQLite whether a table exists?
Google play store rejected my app due to SMS permission I removed SMS permission from the manifes
What is the difference between match_parent and fill_parent?
How do i load image from drawable folder in Jetpack Compose?
Key Points to remember while develop the Android Application.
How can i comment inside xml file in android studio?
How to convert DP to Pixel and Pixel to Dp?
How to reduce APK package size?
Error: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path
How to Generate signed apk with android studio
How To Set Text Color Programmatically Android TextView?
Check List for Generate Signed APK Android
Could not inflate Behavior subclass android.support.design.widget. BottomSheetBehavior How resolve
What are Android Versions available?
How to copy database from assets folder in android using kotlin
Permission denied for window type 2010 in Marshmallow device
What is "shared preferences" in Android ?
Android Activity FullScreen - How to set activity to fullscreen mode in Android?
'constructor Handler()' is deprecated. Deprecated in Java, How to use Handler() class in And
How to avoid multiple button click at same time in android?
ERROR Android emulator gets killed when I try to run my application and choose an emulator it ret
Android Studio project R can't find
Hide/Disable soft keyboard on Activity launch: Android
What is the Different Between val and var in Kotlin?
How to find Android Device UDID or unique ID?
Duplicate files during packaging of APK” build.gradle issue: Android Studio
What is Application?
How to get an image resource by it's name in android?
How to Exit android app on back pressed?
What happens next when the device switches between portrait and landscape?
What is Android Fragments?
What are symmetric and asymmetric encryption in the way Android interacts with the server?
How do I generate random numbers in Dart?
Invoke-customs are only supported starting with android 0 --min-api 26
Is There A Way To Get The Source Code From An APK File? (or) How to decompile apk?
How to add jar/library files as a dependency in Android studio gradle file