Viewing a single comment thread. View all comments

Fossidarity OP wrote

Would that be this: https://python-for-android.readthedocs.io/en/latest/recipes/#using-an-ndkrecipe ?

I've never done anything for Android so I'm just guessing..

2

surreal wrote

iirc that's what kivy's buildozer uses underneath. I haven't done much for Android either and everything was through Kivy which i mainly used for RPI projects. Android and buildozer was not a fun experience. You will probably need the AndroidSDK too.

2

Fossidarity OP wrote

Hmmm this doesn't sound like much fun. I'm looking to create a simple Android app which exposes some basic functionality from my Rust API, but I think this will be quite hard and tedious.

2

surreal wrote

i think it would be easier to do it all in Rust but i have no idea about the frameworks/libs for Android GUI apps in Rust atm.

2