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=
how can application notice when received message? process running closed? or still running while window closed
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
Post a Comment