How to make Android User interface widget for a kivy python application
I have been able to create a python and kivy application that works well on my Samsung phone. is it possible to create a widget for this application so that its just always open on my phone home screen? adjustable size and can be moved but pinned. I want something like Samsung’s “open in pop-up view”, but a widget. The disadvantage of pop-up view is that I have to close the pop-up while accessing other applications and also i do not like the floating icon for pop-up view. when I long press my home screen I see widgets for certain applications like calendar, clock , google, etc. All i want is the kivy application that i have created to just have a minimized screen on my phone and to be always open and i don’t know how to go about it. it would be interesting to know if this is possible and if so how.
thank you