android - How to implement a informming messages in application like kivy? -


in facebook , messaging apps, when have messages message "received message".

this tells every time when have received message.

(i'll develop app in android kivy)

question is=

  1. how can application notice when received message? process running closed? or still running while window closed

  2. what kind of kivy api implement it?

to need call relevant part of android api using pyjnius (which lets python).

the easiest way particular task use plyer, abstracts platform specific apis pythonic interface. supports notifications, , can check source see how works.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -