Hdroidgui Dbf

Issues and Discussions related to Harbour

Moderator: Rathinagiri

ASESORMIX
Posts: 189
Joined: Thu Oct 25, 2012 8:08 pm
Location: Bqto, Venezuela

Re: Hdroidgui Dbf

Post by ASESORMIX »

A mi me pasa lo mismo.
Alguno ha logrado dar con el problema?.

Cualquier ayuda es bienvenida. Gracias
MICROVOLUTION
Posts: 146
Joined: Sat May 30, 2015 5:15 am

Re: Hdroidgui Dbf

Post 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.
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Hdroidgui Dbf

Post 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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Hdroidgui Dbf

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
MICROVOLUTION
Posts: 146
Joined: Sat May 30, 2015 5:15 am

Re: Hdroidgui Dbf

Post 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é?
User avatar
dragancesu
Posts: 920
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: Hdroidgui Dbf

Post by dragancesu »

IMHO the easiest way is to develop a WebApp by making...
Can you give a link? Google gives a lot of results
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Hdroidgui Dbf

Post 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"
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Hdroidgui Dbf

Post 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
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
MICROVOLUTION
Posts: 146
Joined: Sat May 30, 2015 5:15 am

Re: Hdroidgui Dbf

Post 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?
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Hdroidgui Dbf

Post 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
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply