Easiest Python framework for implementing Android notifications with buttons

448 views Asked by At

I'm looking for a mobile app development Python framework (possibly Kivy or Flet or something similar) that allows me to build an Android app with local push notifications that have buttons. So far I have seen the following:

I've only seen examples on Kivy for simple notifications (via plyer). I would like the notification to have buttons on it that allow the user to interact with the notification. Is there a Python framework thats allows me to do this?

Thanks

0

There are 0 answers