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
What is ANR? How to avoid and resolve it?
How do i load image from drawable folder in Jetpack Compose?
How do I generate random numbers in Dart?
Explain Fragment Life Cycle
What is Intent? What is the difference between an implicit intent and an explicit intent?
Permission denied for window type 2010 in Marshmallow device
Decompile APK Files: How to Get Source Code - RRutors Guide
Open PDF in Google Drive with Intent in Android - RRutors
Invoke-customs are only supported starting with android 0 --min-api 26
ERR_ACCESS_DENIED in Android Webview with sdk 30
What are Android Versions available?
How to stop EditText focus at Activity startup in Android?
Extract Date and Time from Long Type Variable - RRutors
How to reduce APK package size?
Fix Android Emulator Kill Error When Running Your App
How to get an image resource by it's name in android?
Fix Play Store Rejection Due to SMS Permission - RRutors
What is ANR in android?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
What is Context?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to copy database from assets folder in android using kotlin
How to start a new activity on button click
What is the difference between match_parent and fill_parent?
How do I check in SQLite whether a table exists?
How to convert DP to Pixel and Pixel to Dp?
How to check Android version?
Set Activity to Fullscreen Mode in Android - RRutors
What is Application?
How to get screen size (width,height) in Android?
FCM Not Receiving Notifications in Android - RRutors
Android Studio project R can't find
How to avoid multiple button click at same time in android?
What are the notifications available in android?
How to validate email address in Android with Kotlin?
Fix Duplicate Files in APK Build.gradle Issue - RRutors
How to get complete address from latitude and longitude?
How to Generate signed apk with android studio
How to get a contact image using a phone number in android?
How to convert milli seconds to hours, minutes and seconds in Android?