[Tutor] Android

2014-06-04 Thread Mario Py
I'm writing one small simple program that will use Tkinter. Once finished, will I be able to run it on android tablet? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Android

2014-06-04 Thread Alan Gauld
On 04/06/14 06:47, Mario Py wrote: I'm writing one small simple program that will use Tkinter. Once finished, will I be able to run it on android tablet? I don't think there is a port of Tk to Android so the answer would be no. But I may be wrong, Things move so fast in the App wold its hard

Re: [Tutor] Android

2014-06-04 Thread Stefan Behnel
Mario Py, 04.06.2014 07:47: I'm writing one small simple program that will use Tkinter. Once finished, will I be able to run it on android tablet? Have a look at kivy, it supports different systems, including various mobile devices. http://kivy.org/ Stefan

Re: [Tutor] Android

2014-06-04 Thread Mario Py
Allan, Hans and Stefan, Thank you for your replies. I will check out Kivy and Google API, thanks a lot for suggestions On 6/4/2014 6:38 AM, Stefan Behnel wrote: Mario Py, 04.06.2014 07:47: I'm writing one small simple program that will use Tkinter. Once finished, will I be able to run it on