Hi Doug, Thanks for the feedback! I've been able to browse to localhost and http://127.0.0.1 against a running local picoLisp web app.
I then started to look into packaging it up in a java app. I created a simple little WebView shell (http://developer.android.com/resources/tutorials/views/hello-webview.html) which hits my webapp on localhost. I just now need to tie in the part of launching the native picoLisp executable. I'll probably do that using an approach from here: http://gimite.net/en/index.php?Run%20native%20executable%20in%20Android%20App I'll post when I make progress On Fri, Feb 24, 2012 at 3:55 AM, Doug Snead <[email protected]> wrote: > Hi Joe, > > Very nice! I think it would be useful to be able to package complete > picolisp applications as android apps. Or, at least that might be a > possibility. Something to explore. I'm still hung up on trying to get > android browser to talk to the picolisp app server like that. I'm reading > there are some peculiarities with android localhost which is what I think I > am running into now. Also I am thinking about best ways to have android java > interface with pilog too. > > Cheers, > > Doug > > > --- On Thu, 2/23/12, Joe Bogner <[email protected]> wrote: > > From: Joe Bogner <[email protected]> > Subject: Android Web Server > To: [email protected] > Date: Thursday, February 23, 2012, 7:42 AM > > Doug Snead's recent posts have encouraged me to write up my progress along > similar lines with getting PicoLisp to work on Android. > http://picolisp.com/5000/!wiki?AndroidWebServer > > I have a functioning web server. My approach was to cross compile on unix and > then copy the binary to the device. > If anyone has any input on the issue at the end I would appreciate it. > > I also uploaded the code in case I decide to remove it off my public dropbox. > Thanks and I look forward to any comments! > Joe > > > > -- > UNSUBSCRIBE: mailto:[email protected]?subjectUnsubscribe -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
