Page 1 of 2

Mobile App Development

Posted: Tue Jan 14, 2020 12:21 pm
by shri_fwh
Dear All ,

I am using FiveWin and Maridb for main application development.

Client also asking to develop small Mobile App to perform certain function in the Mobile App.

Could you please guide what would be best and quickest way to develop Mobile App. Thanks in advance...!

Shall I go for mod_harbour OR any other solution ?

Re: Mobile App Development

Posted: Thu Jan 16, 2020 5:59 am
by Antonio Linares
a mod_harbour app will work on any device on the web, it does not matter if it is Apple, Android, SmartTV, etc...

It is the way to go :-)

Re: Mobile App Development

Posted: Thu Jan 16, 2020 8:18 am
by Massimo Linossi
Exactly. And you don't need App Store, Google Play.

Re: Mobile App Development

Posted: Thu Jan 16, 2020 8:51 am
by Otto
Hello Massimo,
how can we setup fullscreen for this web pages?
Best regards
Otto

Re: Mobile App Development

Posted: Thu Jan 16, 2020 4:18 pm
by Massimo Linossi
Hi Otto,
If you use Bootstrap he makes everything for you. Using some specific commands inside the HTML
the screens are all auto-adapting. If you go on the web and search for Bootstrap you can realize the
power of this instrument. In some samples of mod-harbor, made by Antonio, there are some examples
of its use. There are also some tutorials on Youtube.

Re: Mobile App Development

Posted: Thu Jan 16, 2020 6:49 pm
by Otto
Hello Massimo,

thank you. Can you please point me to the examples.

Thank you in advance
Otto

Re: Mobile App Development

Posted: Thu Jan 16, 2020 7:55 pm
by Massimo Linossi
dbrowse.prg
dbedit.prg

You can see that there is the bootstrap link in the head section and then the javascript include.
After this the calls to che classes "container-fluid", "col-xs-6", "btn-group", "btn btn-default" are related to bootstrap.
Every class is automatically positioned in certain points of the screen. But you will understand better if you look this
video https://www.youtube.com/watch?v=0tv85fkdV14
The big advantage is that you can design a form and this is placed always in a certain point of the screen, with the size
auto-adapted. And everything you put in that form too. When you run the examples you can stretch the browser size and
you can see that the content is adapted to new screen layout.

Re: Mobile App Development

Posted: Thu Jan 16, 2020 10:10 pm
by Otto
Hello Massimo,
I explained myself poorly. What I mean is openFullscreen().
I thought maybe there is a working mod harbour sample.
The code is working and does the same as F11 in Firefox. But I am uncertain how where o call openFullscreen that the web page is opened in full screen automatically and if this is the way.
I also tested solutions with scroll to 0,1 .
Best regards
Otto

https://winhotel.space/mm/test.prg

Re: Mobile App Development

Posted: Fri Jan 17, 2020 9:06 am
by shri_fwh
Hi Otto ,

Could you please send some examples having INSERT,UPDATE,DELETE function. Thanks in advance...!

Re: Mobile App Development

Posted: Fri Jan 17, 2020 6:12 pm
by Otto
Hello Shridhar,
I'm taking notes here
https://winhotel.space/harbourino/html/index.html
while learning mod harbor, javascript, and html.

In the section form-handle-fields I wrote down how I read the data from the dbf file, save it in a session object and use Ajax to return it to mod harbor and then save it in the dbf file.

LG
Otto


Image

Re: Mobile App Development

Posted: Fri Jan 17, 2020 11:32 pm
by Busmatic_wpb
shri_fwh wrote:Dear All ,

I am using FiveWin and Maridb for main application development.

Client also asking to develop small Mobile App to perform certain function in the Mobile App.

Could you please guide what would be best and quickest way to develop Mobile App. Thanks in advance...!

Shall I go for mod_harbour OR any other solution ?
My friend . I have a tips for your just send me a email.

Re: Mobile App Development

Posted: Sat Jan 18, 2020 12:42 am
by cnavarro
Busmatic_wpb wrote:
shri_fwh wrote:Dear All ,

I am using FiveWin and Maridb for main application development.

Client also asking to develop small Mobile App to perform certain function in the Mobile App.

Could you please guide what would be best and quickest way to develop Mobile App. Thanks in advance...!

Shall I go for mod_harbour OR any other solution ?
My friend . I have a tips for your just send me a email.
Why don't you explain it here?
Surely it is information that can interest us all.

Re: Mobile App Development

Posted: Sat Jan 18, 2020 6:16 am
by Busmatic_wpb
Why don't you explain it here?
Surely it is information that can interest us all.[/quote]

Sr. Cnavarro, si claro es importante pero se trata de otro tipo de framework que yo uso y me va muy bien desarrollando aplicativos androide. Rapido sencillo , por como podras ver no creo conveniente hablar al respecto por respecto al Sr. Antonio.

Deseas mas info con gusto fuera de linea te hablo. amigo.

Re: Mobile App Development

Posted: Sat Jan 18, 2020 7:56 pm
by Carles
Hi
Busmatic_wpb wrote:....

Deseas mas info con gusto fuera de linea te hablo. amigo.
Me gustan las soluciones

carles9000 arroba gmail.com :D

Re: Mobile App Development

Posted: Mon Jan 20, 2020 8:06 am
by Silvio.Falconi
Antonio Linares wrote:a mod_harbour app will work on any device on the web, it does not matter if it is Apple, Android, SmartTV, etc...

It is the way to go :-)
Antonio,

I Tried to make a sample test.
I wish create a small test as Clientes of Charles (FWPPC)
pero luego tuve que dejar de tener problemas para crear un formulario y guardar / modificar datos