I created a simple app in python3 using Kivy for the UI and bluepy to access some Bluetooth BLE devices. Now I like to port the app to my Android phone. I saw there is somehow a port in Kivy to Android (https://github.com/kivy/python-for-android). But I am not sure if I can port my app with the bluepy dependency.
So it comes down to the questions:
1st) is it possible to port a kivy and bluepy app to Android?
2nd) is there a tutorial showing how to do that?