What you peeps use to have python in Android App D...
# android
s
What you peeps use to have python in Android App Development.
not kotlin but kotlin colored 6
🧌 1
🤡 2
🫠 4
f
You may also want to read about: SL4A (but that project seems to be abandoned) https://github.com/damonkohler/sl4a
And maybe Kivy: https://kivy.org/
s
what about chaquopy?
f
I’ve never worked with, or heard of Chaquopy before.. So I can’t provide advice about that one.
👍 1
Try it out 😉 Maybe it works for you
s
You can use chaquopy for accessing Python libraries and use it android app similar to how we call c++ code in Java/Kotlin. But we have to handle UI in XML or Java/Kotlin.