Is it possible to build android apk with buildozer or similar? #578
Replies: 4 comments 2 replies
-
Yes, we would love to be able to run NiceGUI as packaged Apps on Android and iOS. We have not yet looked into it but https://buildozer.readthedocs.io/ may be a good candidate. It would be great if someone could try it. |
Beta Was this translation helpful? Give feedback.
-
I've been looking into this too. It might be worth doing something similar to what the Jumpstart team did, https://jumpstartrails.com/ios. They created a native wrapper for both IOS and Android which just uses a web view but gives you access to certain native functionality. |
Beta Was this translation helpful? Give feedback.
-
Another option to implement build for Android is Briefcase. It does not require explicit usage of Android studio, all the process goes stealth. However, not clear how to tackle the iOS builds then. |
Beta Was this translation helpful? Give feedback.
-
PyWebView explicitly support buildozer, so there's no reason I can see this wouldn't work with stock buildozer config. Not seeing any weird C API stuff as hard dependencies other than gunicorn, which is pretty common and probably not a hard dependency. |
Beta Was this translation helpful? Give feedback.
-
What if I want nicegui to run for android . And is it possible to use buildozer way to build android apk . And are there any future plans for Nicegui to support mobile as well. Thanks
Beta Was this translation helpful? Give feedback.
All reactions