How do browser notifications work?
Hi, I'm trying to learn how does android browsers subscribe to web notifications in order to show push notifications from webpages
Do you know where I can read about this? Maybe some code for android studio?
My plan is to implement it to the Native Alpha app
Apple has a pretty good overview of notifications for web apps.
But Native Alpha looks more like a web browser, so I think you need to provide an implementation of the Notification API that uses the Android notification API to display stuff on behalf of the web app.
Does that make sense?