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 in android?
Fix Duplicate Files in APK Build.gradle Issue - RRutors
How To Set Text Color Programmatically Android TextView?
Explain Fragment Life Cycle
What is Context?
Android Studio project R can't find
Add Jar/Library Files as Dependency in Android Studio
How do I check in SQLite whether a table exists?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to validate email address in Android with Kotlin?
Fix Play Store Rejection Due to SMS Permission - RRutors
Key Points to remember while develop the Android Application.
Set Activity to Fullscreen Mode in Android - RRutors
Open PDF in Google Drive with Intent in Android - RRutors
How to install/ uninstall apk by command line ADB
How can i comment inside xml file in android studio?
Hide/Disable soft keyboard on Activity launch: Android
How to convert DP to Pixel and Pixel to Dp?
What is Android Fragments?
Decompile APK Files: How to Get Source Code - RRutors Guide
How do I generate random numbers in Dart?
How to get a contact image using a phone number in android?
How to start a new activity on button click
What is Intent? What is the difference between an implicit intent and an explicit intent?
Permission denied for window type 2010 in Marshmallow device
FCM Not Receiving Notifications in Android - RRutors
What happens next when the device switches between portrait and landscape?
How to find Android Device UDID or unique ID?
What is NetworkOnMainThread Exception?
How to Use Deprecated Handler() in Android - RRutors Guide
What is ANR? How to avoid and resolve it?
Invoke-customs are only supported starting with android 0 --min-api 26
How to convert milli seconds to hours, minutes and seconds in Android?
What is the difference between match_parent and fill_parent?
How to get complete address from latitude and longitude?
What is Android?
Symmetric vs Asymmetric Encryption in Android Server - RRutors