https://github.com/hmasum52/androidnotificationbasics
This project is about the basic of one of the most important features of android framework, Notification.
https://github.com/hmasum52/androidnotificationbasics
Last synced: 3 months ago
JSON representation
This project is about the basic of one of the most important features of android framework, Notification.
- Host: GitHub
- URL: https://github.com/hmasum52/androidnotificationbasics
- Owner: hmasum52
- Created: 2021-04-13T11:57:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T14:02:04.000Z (about 4 years ago)
- Last Synced: 2024-12-31T19:42:12.703Z (5 months ago)
- Language: Java
- Size: 132 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Notification Basics
This project is about the basic of one of the most important features of android framework, Notification.## Android view binding
I have used android view binding in this project to avoid findViewById(). You can learn how to use view binding in official guide of android.
- [View binding official guide](https://developer.android.com/topic/libraries/view-binding#setup)## Tutorial followed
- [Coding in flow youtube playlist](https://www.youtube.com/watch?v=tTbd1Mfi-Sk&list=PLrnPJCHvNZuCN52QwGu7YTSLIMrjCF0gM)
- [Coding in flow official website](https://codinginflow.com/tutorials/android/notifications-notification-channels/part-1-notification-channels)
- [Anatomy of Notification](https://developer.android.com/guide/topics/ui/notifiers/notifications#Templates)
- [Official guide of android](https://developer.android.com/training/notify-user/build-notification#SimpleNotification)