Re: Python for Android

2021-07-22 Thread Barry
 > On 19 Jul 2021, at 18:43, Bischoop wrote: > >  > Will Python delevopment apps for Android OS getting easier? > So far best option is Kivy which is not liked by many developers, > another option is PyQT5, which finally gets some support but there still > are some buts.. > Tkinter, some trie

Python for Android

2021-07-19 Thread Bischoop
Will Python delevopment apps for Android OS getting easier? So far best option is Kivy which is not liked by many developers, another option is PyQT5, which finally gets some support but there still are some buts.. Tkinter, some tried but it's still a NO for Android support. -- https://mail.pyt

Re: python for android anyone?

2012-05-28 Thread Cousin Stanley
rusi wrote: > > Any specific tips will of course be welcome < but also the general idea > -- is android really python friendly (yet)? You might take a look at Kivy http://kivy.org/ "It is built with Cython ( C extensions for Python ) and, in order to create apps, Python

Re: python for android anyone?

2012-05-28 Thread Temia Eszteri
On Mon, 28 May 2012 08:56:51 -0700 (PDT), rusi wrote: >Ive been wanting to try the sl4a for a new android phone Ive got hold >of as spelt out at >http://www.linuxjournal.com/article/10940 > >Has anyone any experience/dos/donts for this? > >I am writing this while the update of the android sdk is

Re: python for android anyone?

2012-05-28 Thread rusi
On May 28, 9:13 pm, Paul Rubin wrote: > rusi writes: > > Ive been wanting to try the sl4a for a new android phone Ive got hold > > of as spelt out at > >http://www.linuxjournal.com/article/10940 > > > Has anyone any experience/dos/donts for this? > > One of my co-workers used it for something, an

Re: python for android anyone?

2012-05-28 Thread Paul Rubin
rusi writes: > Ive been wanting to try the sl4a for a new android phone Ive got hold > of as spelt out at > http://www.linuxjournal.com/article/10940 > > Has anyone any experience/dos/donts for this? One of my co-workers used it for something, and I've been looking into it but haven't tried it ye

python for android anyone?

2012-05-28 Thread rusi
Ive been wanting to try the sl4a for a new android phone Ive got hold of as spelt out at http://www.linuxjournal.com/article/10940 Has anyone any experience/dos/donts for this? I am writing this while the update of the android sdk is happening and its taking forever. So just wondering if its wort

Re: Is it possible develop applications in python for android and which IDE could you recommend me (Eclipse, ...)???

2012-04-12 Thread Dan Stromberg
http://code.google.com/p/android-scripting/ However, I've not used it, and I'm told it requires a stub for each new android method exposed to python. I find it a little regrettable that they didn't start frp, jython or pypy for jvm instead of cpython, to avoid all the stubbing. On Thu, Apr 12, 2

Is it possible develop applications in python for android and which IDE could you recommend me (Eclipse, ...)???

2012-04-12 Thread sisifus
Hello all, I would like to know if it's possible develop android applications with python, making the apk package, etc. I don't want program from an android device only want to make programs for android from my PC. If it's possible which IDE could you recommend me? Thanks for your help Regards