How do I put notifications in an Android application?

2

I'd like to learn how to develop notifications for an Android app, so they can be updated online. That is, every time there is a app update, I would like a notification similar to that of the image to appear.

    
asked by anonymous 04.01.2017 / 22:42

2 answers

3

Nothing better than Google's own documentation.

link

link

You can do from notifications with the standard layout (remembering that the default layout changes from version to version of Android, ie, that layout 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.

    
05.01.2017 / 00:35
1

You could use firebases for this, I find it quite limited.

Better to use Signal One. link - link

Easy-to-follow tutorial - link

    
05.01.2017 / 17:24