Hdroidgui Dbf
Moderator: Rathinagiri
-
- Posts: 84
- Joined: Thu Oct 25, 2012 8:08 pm
- Location: Bqto, Venezuela
- Been thanked: 6 times
Re: Hdroidgui Dbf
A mi me pasa lo mismo.
Alguno ha logrado dar con el problema?.
Cualquier ayuda es bienvenida. Gracias
Alguno ha logrado dar con el problema?.
Cualquier ayuda es bienvenida. Gracias
-
- Posts: 45
- Joined: Sat May 30, 2015 5:15 am
- Been thanked: 2 times
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.
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.
- Rathinagiri
- Posts: 5253
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Has thanked: 167 times
- Been thanked: 165 times
- Contact:
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.
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.
South or North HMG is worth.
...the possibilities are endless.
- srvet_claudio
- Posts: 2044
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 35 times
- Been thanked: 146 times
- Contact:
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.
-
- Posts: 45
- Joined: Sat May 30, 2015 5:15 am
- Been thanked: 2 times
prezado Dr. Soto, boa noite!srvet_claudio wrote: ↑Fri Feb 09, 2018 6:24 pmI have some personal applications developed in that way.
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é?
- dragancesu
- Posts: 604
- Joined: Mon Jun 24, 2013 11:53 am
- DBs Used: DBF, MySQL, Oracle
- Location: Subotica, Serbia
- Has thanked: 18 times
- Been thanked: 115 times
Can you give a link? Google gives a lot of resultsIMHO the easiest way is to develop a WebApp by making...
- srvet_claudio
- Posts: 2044
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 35 times
- Been thanked: 146 times
- Contact:
Search with something like that:dragancesu wrote: ↑Mon Feb 12, 2018 8:10 amCan you give a link? Google gives a lot of resultsIMHO the easiest way is to develop a WebApp by making...
"bridge android java and javascript demo"
- srvet_claudio
- Posts: 2044
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 35 times
- Been thanked: 146 times
- Contact:
In all SO, access to api functions is done with native languagesMICROVOLUTION wrote: ↑Mon Feb 12, 2018 2:11 amprezado Dr. Soto, boa noite!srvet_claudio wrote: ↑Fri Feb 09, 2018 6:24 pmI have some personal applications developed in that way.
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é?
-
- Posts: 45
- Joined: Sat May 30, 2015 5:15 am
- Been thanked: 2 times
quer dizer que o android é feito em java?srvet_claudio wrote: ↑Mon Feb 12, 2018 1:12 pmIn all SO, access to api functions is done with native languages
- srvet_claudio
- Posts: 2044
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 35 times
- Been thanked: 146 times
- Contact:
Yes you need Java in AndroidMICROVOLUTION wrote: ↑Mon Feb 12, 2018 6:30 pmquer dizer que o android é feito em java?srvet_claudio wrote: ↑Mon Feb 12, 2018 1:12 pmIn all SO, access to api functions is done with native languages