2
Nothing better than Google’s own documentation.
https://developer.android.com/guide/topics/ui/notifiers/notifications.html
https://developer.android.com/reference/android/app/Notification.html
You can do from notifications with the default layout(remembering that the default layout changes from version to version of Android, IE, this layout ai of this image will not be the same for version 6.0, for example) until notifications with custom layout.
While the action that will trigger the notification, this is already the logic of your app.
Show us the research you have already done. Although your question is clear it does not demonstrate any development effort.
– Antonio Alexandre
@Antonioalexandrealonsodesi In my researches I found only ways to develop popup on the screen with the command "alertdialog". I want to make notifications on the taskbar
– Vjb17