[Gambas-user] Gambas for Android

jm joem at ...2671...
Tue Apr 10 16:19:34 CEST 2012


On Tue, 2012-04-10 at 14:31 +0300, Demosthenes Koptsis wrote:
> Στις 10/4/2012 13:07, ο/η jm έγραψε:
> > On Mon, 2012-04-09 at 07:12 +0100, John Rose wrote:
> >> Thanks for peoples' replies. It's interesting that the Basic dev apps do
> >> not yet seem to include GUI Designers. IMO they are an essential for any
> >> worthwhile Android RAD.
> >>
> >> My starter posting on this topic was misleading in that it implied that
> >> I wanted Gambas to dev apps on Android which would run on Android.
> >> That's one possibility. However, it seems likely to me that this would
> >> require purchase of a high spec Android tablet to make dev not painful.
> >>
> >> That's why I brought up Basic4android, as that allows dev on a desktop
> >> (using the Android emulator / B4aBridge apk to link to an Android
> >> device). Its Basic language&  IDE is not up to Gambas' quality not to
> >> mention its linking to Android devices for testing.
> > What about a virtual machine running on Android and then from Android,
> > ssh -X into it? (I believe Ubuntu 12.04 will do something very close
> > to that.)
> >
> > No work for gambas developers + 100% compatibility with all the other
> > stuff such as sqlite3 that would run on the virtual machine.
> > Most high end Androids are going dual core, and soon quad core so not
> > much in the way of a roadblock for the future.
> >
> > The bulk of the work is to pull everything together by Android
> > developers so that this can happen on their platform.
> >

> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> The ssh -X solution it seems similar to Xming use for windows.
> 
> The only problem to this is that running the gambas3 app remotely via X 
> the application has access to server's filesystem.
> If user want to do work with files on android machine it has do have a 
> network drive like windows to have access to server's files.

"network drive like windows" presumably means mount a network drive
so that it is accessible to Gambas.

That should be easy e.g. in Ubuntu click
nautilus > file > connect to server and you got
ssh, ftp, and many other types of connectivity which can
be set up as mounted network drives that Gambas can then
access to transfer files.

It should be able to access the Android host if the host
is running ssh (or ftp or anything else supported by nautilus). If the
real internet is connected, then it can access remote hosts
in the same way as it accesses local hosts.
Luckily no Gambas programs need to be ritually sacrificed on the alter
of change to make all this happen.


______________________________________________________________________________
This message has been checked for viruses and spam by Corpex using
the ArmourPlate Anti Virus and Anti Spam Scanning Service.
To find out more and see our email archiving service see
http://www.armourplate.com or call Corpex on UK 0845 050 1898.




More information about the User mailing list