Page 2 of 3

Re: Hdroidgui Dbf

Posted: Sat May 30, 2015 10:46 pm
by ASESORMIX
A mi me pasa lo mismo.
Alguno ha logrado dar con el problema?.

Cualquier ayuda es bienvenida. Gracias

Re: Hdroidgui Dbf

Posted: Thu Feb 08, 2018 11:41 pm
by MICROVOLUTION
good evening!
I would like to better understand this project, if it is compatible with Harbor and consequently with the HMG of Roberto Lopez and, if also for smartphone?
because we need to modernize our language and create small applications for android and interact with our bigger application that is for computer.

Re: Hdroidgui Dbf

Posted: Fri Feb 09, 2018 4:31 am
by Rathinagiri
IMHO, it will be better to use the natural Android SDK and Android Studio.

There are so many examples to start with. I had started developing some Android Apps using the above tools in just few days.

Re: Hdroidgui Dbf

Posted: Fri Feb 09, 2018 6:24 pm
by srvet_claudio
IMHO the easiest way is to develop a WebApp by making a bridge between the native java of Android and javascript, then it is compiled with the SDK (that make the apk). The graphic interface is made with HTML5, jQuery Mobile, etc. and the access to hardware and resources (storage card, camera, sensors, SQLittle, etc) write in java. Then you directly call the functions written in java from the javascript code. I have some personal applications developed in that way.

Re: Hdroidgui Dbf

Posted: Mon Feb 12, 2018 2:11 am
by MICROVOLUTION
srvet_claudio wrote: Fri Feb 09, 2018 6:24 pm I have some personal applications developed in that way.
prezado Dr. Soto, boa noite!
neste caso, o sr está nos informando que a solução mesmo para android chama-se JAVA?
Isso quer dizer que devemos parar de usar o clipper/harbour e aprender logo essa linguagem né?

Re: Hdroidgui Dbf

Posted: Mon Feb 12, 2018 8:10 am
by dragancesu
IMHO the easiest way is to develop a WebApp by making...
Can you give a link? Google gives a lot of results

Re: Hdroidgui Dbf

Posted: Mon Feb 12, 2018 1:08 pm
by srvet_claudio
dragancesu wrote: Mon Feb 12, 2018 8:10 am
IMHO the easiest way is to develop a WebApp by making...
Can you give a link? Google gives a lot of results
Search with something like that:
"bridge android java and javascript demo"

Re: Hdroidgui Dbf

Posted: Mon Feb 12, 2018 1:12 pm
by srvet_claudio
MICROVOLUTION wrote: Mon Feb 12, 2018 2:11 am
srvet_claudio wrote: Fri Feb 09, 2018 6:24 pm I have some personal applications developed in that way.
prezado Dr. Soto, boa noite!
neste caso, o sr está nos informando que a solução mesmo para android chama-se JAVA?
Isso quer dizer que devemos parar de usar o clipper/harbour e aprender logo essa linguagem né?
In all SO, access to api functions is done with native languages

Re: Hdroidgui Dbf

Posted: Mon Feb 12, 2018 6:30 pm
by MICROVOLUTION
srvet_claudio wrote: Mon Feb 12, 2018 1:12 pm In all SO, access to api functions is done with native languages
quer dizer que o android é feito em java?

Re: Hdroidgui Dbf

Posted: Mon Feb 12, 2018 8:11 pm
by srvet_claudio
MICROVOLUTION wrote: Mon Feb 12, 2018 6:30 pm
srvet_claudio wrote: Mon Feb 12, 2018 1:12 pm In all SO, access to api functions is done with native languages
quer dizer que o android é feito em java?
Yes you need Java in Android