On Thu, Mar 22, 2012 at 10:59 AM, Aaron Meurer <[email protected]> wrote:
> On Wed, Mar 21, 2012 at 7:49 AM, Roberto Colistete Jr. > <[email protected]> wrote: > > Em 21-03-2012 07:37, Vipul Amler escreveu: > > > Hi, again > >> 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. > > > After my submissions{last week, which consumed my time}, and scanning past the sl4a tutorials, I have got a bit of idea about the whole sl4a environment. Although there is not much literature, {apart from the book ofcourse}, I could find scarce code example for sl4a webview One, amongst them was Roberto's itself from over at [1], and other was this [2] I was able to package Roberto's script into [3] a full fledged apk, that calls the python script.. 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} Moreover, initial lookout of mine was to get comfortable with sl4a, which I guess I have become for now. I l be producing 1-2 examples to demonstrate sl4a Webview usage, from below * Simple TODO Notes Manager * Simple Calculator * etc I was not able to think of more examples. Will send in the above demo's in my next mail. > Regards, > > > > Roberto > > I agree with this advice. > > Aaron Meurer > > About the GSoC Proposal, how should I be looking at it now? I mean what features are to be envisioned, etc. I need to focus on this too for now, as the deadline ends soon. P.S. The script from [3] successfully loads the sympy module in android, and makes use of it. [1] http://www.robertocolistete.net/Python/Android/ [2] https://github.com/georgegoh/cellbot-controller [3] https://github.com/vipulnsward/WebViewSL4A -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
