I am trying to build an Android app that can be used to connect to Tuya's smart devices. The only (unofficial) library I found for Tuya APIs is in Python. https://github.com/codetheweb/tuyapi
I want to write a wrapper that allows me to use these python APIs in Android app but I'm new to this python-android merger.
- Is it possible to use any python library in an Android app with a wrapper class?
- If yes, how can one do so?
I'm pretty sure, there is no one-line answer to this question but a guidance for what can be used to integrate python code in Android app would be appreciated.
I was looking to do the same and found this, think it could help you: https://chaquo.com/chaquopy/doc/current/android.html
"Chaquopy is distributed as a plugin for Android’s Gradle-based build system"