Re: Announce: PilBox - Building Android Apps in PicoLisp

2017-09-20 Thread O.Hamann
Hello, short update: on dtek50/Android 6.01 Pilbox works as expected, I think (though I did not go through all demo buttons). Don't know, why this did not work yesterday, possibly a system update was interfering while trying Pilbox. I did not change anything, just after restart of the mobil

Re: Announce: PilBox - Building Android Apps in PicoLisp

2017-09-20 Thread pd
should be possible to interface with native android code? I suppose it would be similar to interface with java in common picolisp. The goal would be to have native app rather than web apps inside an html content On Wed, Sep 20, 2017 at 10:22 AM, O.Hamann wrote: > Hello, > > short update: > > on

Re: Announce: PilBox - Building Android Apps in PicoLisp

2017-09-20 Thread Alexander Burger
Hi, On Wed, Sep 20, 2017 at 10:49:59AM +0200, pd wrote: > should be possible to interface with native android code? I suppose it Not "native" in the PicoLisp sense (i.e. calling the 'native' function) as there are C libraries accessible in Android. But with the Android toolbox, yes. > would be

Re: Announce: PilBox - Building Android Apps in PicoLisp

2017-09-20 Thread Alexander Williams
I'm running LineageOS 14.1 (Android 7.1) and successfully installed PilBox and the demo "calc.zip". As Olaf mentioned, PilBox does not appear in the "Share" menu, and i'm not sure why. However when I download the file from https://software-lab.de/calc.zip (Firefox), I get a notification from

Re: Announce: PilBox - Building Android Apps in PicoLisp

2017-09-20 Thread Alexander Burger
On Wed, Sep 20, 2017 at 10:16:19AM +, Alexander Williams wrote: > Also note, I had to "force stop" PilBox for the calculator to appear, > otherwise I get "Not Found" page (404?). That's right. The ZIP archive is only extracted on start of the App. I'm not sure at the moment where the "Not Foun