/Notification-Playground

Testing Android Notifications

Primary LanguageKotlin

Notification-Playground

This app is just intended to play a bit with some notifications configurations and check how they look and behave.
I might keep improving the app with more configurations, we'll see...

It uses Compose, the new Android UI: https://developer.android.com/jetpack/compose

Feel free to download this code and modify it to your needs :)

Release
You can download last release from https://github.com/SkarCBR/Notification-Playground/releases

You can choose from 3 different Notification Types:

  • Standard: Explicit Intent to Result Activity. Back button goes to parent Activity
  • Special: Explicit Intent to Special Activity (single task). Back goes where user was.
  • Deeplink: Implicit Intent with Deeplink. system will show a chooser with apps that have that Deeplink on manifest.

And 3 different Notification Styles:

  • Big Text: Large-format notifications that include a lot of text.
  • Big Picture: Large-format notifications that include a large image attachment.
  • Inbox: Large-format notifications that include a list of (up to 5) strings.

There are 2 Notification Channels preconfigured:

  • High: With vibration and LED light with color
  • Low: Without vibration

Related Links: