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
How To Set Text Color Programmatically Android TextView?
What is ANR? How to avoid and resolve it?
Invoke-customs are only supported starting with android 0 --min-api 26
How to convert DP to Pixel and Pixel to Dp?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How do i load image from drawable folder in Jetpack Compose?
How to get screen size (width,height) in Android?
How to Exit android app on back pressed?
Fix Duplicate Files in APK Build.gradle Issue - RRutors
What is Android Fragments?
How to get complete address from latitude and longitude?
What are the notifications available in android?
How to convert milli seconds to hours, minutes and seconds in Android?
What is Intent? What is the difference between an implicit intent and an explicit intent?
What is the Different Between val and var in Kotlin?
Android Studio project R can't find
How to save activity State in Android?
How do I check in SQLite whether a table exists?
How to install/ uninstall apk by command line ADB
What is Application?
How do I generate random numbers in Dart?
Symmetric vs Asymmetric Encryption in Android Server - RRutors
How to check Android version?
Fix Play Store Rejection Due to SMS Permission - RRutors
How to get an image resource by it's name in android?
How to find Android Device UDID or unique ID?
Permission denied for window type 2010 in Marshmallow device
Decompile APK Files: How to Get Source Code - RRutors Guide
How to copy database from assets folder in android using kotlin
How to Use Deprecated Handler() in Android - RRutors Guide
Check List for Generate Signed APK Android
Set Activity to Fullscreen Mode in Android - RRutors
What are Android Versions available?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
What is the difference between match_parent and fill_parent?
Explain Fragment Life Cycle
What happens next when the device switches between portrait and landscape?
ERR_ACCESS_DENIED in Android Webview with sdk 30
How can i comment inside xml file in android studio?
How to start a new activity on button click