Question

Can a program created using wxPython be ported to android using Scripting Environment SL4A and Python for Android or any other better option? Can anybody please help me out?

Was it helpful?

Solution

No, wxPython does not currently support Android. You may be able to use the Kivy project which was already mentioned in the comments. There is a project for porting PyQt to Android that you can read about here: https://groups.google.com/forum/#!msg/python-for-android/22fJGoPy9kY/v--RY1UoCYkJ or you could go directly to their project page: http://code.google.com/p/android-python27/

I also saw a tutorial which helped generate the XML files behind some Android apps: http://www.codeproject.com/Articles/405284/Writing-an-Android-GUI-using-Python-7-Activity

See also the following links:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top