Vipul A.M.
+91-8149-204995
Aaron Meurer
> --
> You received this message because you are subscribed to the Google Groups "sympy" group.
> To post to this group, send email to sy...@googlegroups.com.
> To unsubscribe from this group, send email to sympy+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
>
--
Vipul A.M.
+91-8149-204995
Hi,
I repeat here the answer to Vipul sent today directly to him.
I support a SymPy GUI for Android totally written in Python SL4A,
but maybe the majority will choose a native (Dalvik) version for Android
(and the problem will be the Java communicate with Python/SymPy).
I am a mentor candidate to help the development of a SymPy GUI for
Android using Python SL4A.
Python SL4A (Scripting Layer for Android) is not full feature, for
example, there is no canvas, no line, point graphics.
My suggestions to about my mentorship subject :
- discuss about the SymPy GUI for Android in SymPy group;
- learn Python SL4A :
* SL4A site, search for Python :
http://code.google.com/p/android-scripting/wiki/Tutorials
Python SL4A webview GUI :
http://code.google.com/p/android-scripting/wiki/UsingWebView
* book "Pro Android Python with SL4A", 1st one about Python for Android,
I am using it :
http://www.apress.com/9781430235699
- learn SymPy;
- try to make until beginning of April a simple example using Python
SL4A with webview UI to show your capacity, maybe also using SymPy.
Regards, Roberto
Thanks, will do and report back soon.
Hi Roberto,
I am working on an emulator. 2.2
I happen to have tried out sl4a for python, along with WebView. {The
example you listed and others, although dint check FullScreenUI}
Also sympy seems to work form within sl4a, properly {way slow on the avd}
So, I want to know what example you expect, or perhaps what I should be making?
Hi Vipul,
I don't like emulators, I develop directly (using Python) on
Android 2.2 (on Nokia N900 running NITDroid) and Android 3.2/4.0 (on
Asus Transformer). By the way, I develop directly on PDA, tablets and
smartphones since the Psion's days (1999 until today), from OPL to
Python, sometimes in C/C++ (on Maemo/MeeGo).
> So, I want to know what example you expect, or perhaps what I should be making?
My advice to you, sent 2 days ago, was : "try to make until
beginning of April a simple example using Python SL4A with webview UI to
show your capacity, maybe also using SymPy".
You can also mix Python SL4A webview UI with Facade UI, see my
Python webview template (with commented source-code) :
http://www.robertocolistete.net/Python/Android/
It is my first time trying to participate in GSoC (as a mentor), so
I think it would be better to also get the opinion from the SymPy community.
Regards,
Roberto
I agree with this advice.
Aaron Meurer
On Wed, Mar 21, 2012 at 7:49 AM, Roberto Colistete Jr.
<roberto....@gmail.com> wrote:
> Em 21-03-2012 07:37, Vipul Amler escreveu:
>
>> Hi Roberto,
>>
>> I am working on an emulator. 2.2
>>
>> I happen to have tried out sl4a for python, along with WebView. {The
>> example you listed and others, although dint check FullScreenUI}
>> Also sympy seems to work form within sl4a, properly {way slow on the avd}
>
>
> Hi Vipul,
>
> I don't like emulators, I develop directly (using Python) on Android 2.2
> (on Nokia N900 running NITDroid) and Android 3.2/4.0 (on Asus Transformer).
> By the way, I develop directly on PDA, tablets and smartphones since the
> Psion's days (1999 until today), from OPL to Python, sometimes in C/C++ (on
> Maemo/MeeGo).
>
>
>> So, I want to know what example you expect, or perhaps what I should be
>> making?
>
>
> My advice to you, sent 2 days ago, was : "try to make until beginning of
> April a simple example using Python SL4A with webview UI to show your
> capacity, maybe also using SymPy".
>
> You can also mix Python SL4A webview UI with Facade UI, see my Python
> webview template (with commented source-code) :
> http://www.robertocolistete.net/Python/Android/
>
> It is my first time trying to participate in GSoC (as a mentor), so I
> think it would be better to also get the opinion from the SymPy community.
>
I agree with this advice.> Regards,
>
> Roberto
Aaron Meurer
Hi Vipul,
Your work is interesting as packaging iOS and Android softwares is
not simple at all. By the way, on Maemo 4 & 5 OS and MeeGo Harmattan a
.deb file can be created on device (Nokia N810, N900, N9) using Python
scripts, it is a matter of editing one simple .py file. All my Maemo 4 &
5 packages were created using my Nokia N900 running py2deb.
There is a new software for Android, AIDE
(https://play.google.com/store/apps/details?id=com.aide.ui) which has
editor, java compiler and .apk packager running directly on Android. So
there is hope that Python .apk can be packaged on device (I will try it).
> I am having issues in the callbacks to the html page from python
> script, which I am trying to figure out. {this is in reference to
> Roberto's script}
Could you better describe these issues so I can try to help you ?
Regards,
Roberto