Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 599 Bytes

File metadata and controls

19 lines (17 loc) · 599 Bytes

NotificationSampleApp

App demonstrates all types of notifications.

Checkout my medium article: https://proandroiddev.com/all-about-notifications-in-android-718961054961

Topics covered:

  1. Notification Channels.
  2. Requesting Notification Permission.
  3. Simple Notification.
  4. Add Action in a Notification.
  5. Add direct reply action in the Notification.
  6. Add Progress Bar in Notification.
  7. Starting an activity from a Notification.
  8. Expanded Notification.
  9. Time-sensitive Notification.
  10. Notification Groups.
  11. Notification Badge.
  12. Custom Notification.
  13. Bubbles.