Python on Android
11–20 of 51 posts
Re: Python on Android
#12Earlier quoted context omitted.
On Ubuntu it's really easy though. This is why I switched OSes a few years ago. Things are just easier if you use the same platform as other developers.
Or just run a VM
Re: Python on Android
#13Re: Python on Android
#14In my view a gaping hole in the Python for Android "stack" is the lack of Tkinter. I know that there are technical hurdles, though I don't understand them.
http://files.alex-elliott.co.uk/qt/expressioneditor_android....
Re: Python on Android
#15The `android` module is also rather poor, IIRC it's just some RPC which would be somewhat better off rewritten (a non-blocking version using twisted was a thing I think I started on but never finished).
Re: Python on Android
#16So, I've actually been working for the past while on a project to allow building more native apps on Android using Python. It is built on the Kivy tools, but I have had to make some changes to python-for-android specifically because it's not as seperated from Kivy as the developers think. I've also had to make a small change to PyJNIus, as it has a dependency on SDL when on Android. The reason I chose to work on this…
Re: Python on Android
#17> the unimaginatively-named python-for-android project.
I love that name. Much better than the "imaginatively" named grunt, travis, react, kivy, vagrant, etc.
Re: Python on Android
#18In my view a gaping hole in the Python for Android "stack" is the lack of Tkinter. I know that there are technical hurdles, though I don't understand them.
Re: Python on Android
#19I would much rather Google focus on Python than Dart for Android.
Re: Python on Android
#20I would much rather Google focus on Python than Dart for Android.