kvdroid / Kvdroid

Some Pyjnius tools for Kivy-Android developments.
MIT License
94 stars 24 forks source link

Making KvDroid standalone (can create android native ui and have its own mainloop runner) #27

Closed kengoon closed 2 years ago

kengoon commented 2 years ago

This PR will still allow kvdroid to be called by any python framework that works on android (kivy, kivymd, etc....) as long as the framework supports pyjnius(created by kivy community) and android(created by kivy community) module and also be able to work as a standalone framework of its own, being able to create native android ui and have its own mainloop runner, that holds the UI until a stop event is issued.

Task:

kengoon commented 2 years ago

@yunus-ceyhan you can go ahead and merge this

yunus-ceyhan commented 2 years ago

@yunus-ceyhan you can go ahead and merge this I'm going to. I don't have time to test it for now but I'll leave a feedback later. 👍🏻

kengoon commented 2 years ago

I am currently working on a demo, maybe that will make it easier for you too

yunus-ceyhan commented 2 years ago

That would be great 👍🏻