FiveTouch FAQ

FiveTouch FAQ

Postby Antonio Linares » Sun Mar 08, 2015 12:34 am

Frequently asked questions
=======================

1. What is FiveTouch ?

it is a new product that I have developed that allows you to build apps for Android and Apple without having to learn the tools from Google and Apple and without having to invest time and effort in learning new programming languages, as FiveTouch uses Harbour and QT, so it allows you to build your app from the tablet itself, or to create it from a PC and later you can send by email your app PRG to execute it on Android (in example: you copy the PRG code from an email and then paste it in the FiveTouch source code editor).

Thanks to Harbour and QT we can use the same source code on Windows, Android y iOS, so you can develop an application that works on FiveTouch and its source code will run the same on all of them.

We offer a FiveTouch developer version (500 euros) that includes the same tools that we use and training to learn to use them for yourself, this way you can create your own APKs for Android. FiveTouch price is 200 euros and you can order it by PayPal to alinares@fivetechsoft.com. In any moment you can migrate from the basic version to the developer version, paying the difference. The idea is that once your app is properly working on FiveTouch you may want to create your own APK to sell it in the market or if you don't want to include the FiveTouch source code into your final app.

FiveTouch is a sort of a modern dBase for Android e iOS. You build your PRGs and FiveTouch will execute them. Same as we were used to work with dBase. Soon it will allow to encrypt your PRGs so you can protect your source code.

Also if you name your PRG as init.prg is will be executed instead of FiveTouch, so FiveTouch will not be seen, so just your app will be executed when the user presses the FiveTouch icon from the tablet or phone.

In my opinion FiveTouch is the fastest way to develop an application for Android e iOS, saving the maximum possible time and increasing the productivity very much, so your tablet and phones app is ready as soon as possible :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41206
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveTouch FAQ

Postby Otto » Sun Mar 08, 2015 7:17 am

Dear Antonio,
is there somewhere a demo (new, edit, delete a record and a listbox).
Can we download an APK file for Android.
Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5994
Joined: Fri Oct 07, 2005 7:07 pm

Re: FiveTouch FAQ

Postby Antonio Linares » Sun Mar 08, 2015 7:52 am

Otto,

You can download a demo version (APK) of an alpha version from here:

https://bitbucket.org/fivetech/fivetouch-public-repository/downloads

Please notice that you can develop on FiveTouch Windows and then execute the same code on FiveTouch Android.

I am emailing you a most recent demo that includes browses with DBFs :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41206
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveTouch FAQ

Postby dutch » Fri May 08, 2015 2:49 pm

Dear Antonio,

I'm really interesting too.
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: FiveTouch FAQ

Postby Antonio Linares » Fri May 08, 2015 2:55 pm

Dutch,

We need more FiveTouch users so I get feedback and can develop it in the right direction.

Maybe a very complete final app demo may help, not sure what to do to promote it...
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41206
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveTouch FAQ

Postby dutch » Fri May 08, 2015 3:11 pm

Dear Antonio,

I'm waiting, it is really cool.
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: FiveTouch FAQ

Postby Antonio Linares » Fri May 08, 2015 3:18 pm

Dutch,

You can download the first demo that I published:

https://bitbucket.org/fivetech/fivetouch-public-repository/downloads
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41206
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveTouch FAQ

Postby dutch » Sat May 09, 2015 2:11 am

Yes, but for Windows is expired.
The Android version is working. I will try it.

Thanks.
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: FiveTouch FAQ

Postby Antonio Linares » Sun May 10, 2015 10:30 am

Dutch,

I appreciate your comments once you test it :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41206
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveTouch FAQ

Postby Roger Seiler » Wed Jun 03, 2015 1:53 am

Can FiveTouch handle resources in an RC file? If not, how does it handle screen/controls resources?
User avatar
Roger Seiler
 
Posts: 223
Joined: Thu Dec 01, 2005 3:34 pm
Location: Nyack, New York, USA

Re: FiveTouch FAQ

Postby Antonio Linares » Wed Jun 03, 2015 6:53 am

Roger,

FiveTouch uses QT so QT resources management applies here:

http://doc.qt.io/qt-5/resources.html

In our tests, we are building the screens from source code.

Also you could use a QT designer and copy the coordinates of the controls you place on the screen.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41206
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveTouch FAQ

Postby Ugo » Wed Jun 03, 2015 5:11 pm

Hi Antonio,

congratulation for this project!

Fivetouch can use GPS, accelerometer, altimeter, camera and other on smartphones?

Have you a samples?
Ciao, best regards,
Ugo
User avatar
Ugo
 
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy

Re: FiveTouch FAQ

Postby Antonio Linares » Wed Jun 03, 2015 6:04 pm

Ugo,

QT supports GPS, accelerometer, altimeter, camera and other.

As FiveTouch uses QT, then you have all that in FiveTouch.

Pritpal Bedi, mantainer of QT for Harbour, surely could provide us the exact status about the implementation of those QT classes in Harbour QT.
I have just sent an email to Pritpal to invite him to participate on this thread.

I don't have examples but there are lots of them on google. It does not matter if the code is for other programming languages,
the objects to use, datas and methods are the same ones :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41206
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveTouch FAQ

Postby Ugo » Wed Jun 03, 2015 8:30 pm

Antonio,
Pritpal Bedi, mantainer of QT for Harbour, surely could provide us the exact status about the implementation of those QT classes in Harbour QT.
I have just sent an email to Pritpal to invite him to participate on this thread.

It's a beautiful news...
I don't have examples but there are lots of them on google. It does not matter if the code is for other programming languages,
the objects to use, datas and methods are the same ones

Perfect!

Thank you.
Ciao, best regards,
Ugo
User avatar
Ugo
 
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy

Re: FiveTouch FAQ

Postby Pritpal Bedi » Thu Jun 04, 2015 4:10 pm

Hello Everybody

> Fivetouch can use GPS, accelerometer, altimeter, camera and other on smartphones?

Yes (conceptually).
Tested OK: QCamera : Example : /addons/hbqtwidgets/tests/camera.hbp [ included in HbQt ]
Tested OK: GPS : Example - embedded : addons/hbqtwidgets/tests/demovisualizer.hbp : Lib - QtPositioning [ included in HbQt ]
Not Tested: Sensors : Lib - QtSensors [ included in HbQt ]

HbQt contains all Qt libraries with almost all classes and methods.
FiveTouch must be linking all these libraries within its apk, I assume, so you can take use of these classes almost the way those are documented in Qt.

However, one caution, unless you build your own .apk, I do not see how resources can be embedded, and how can QtCreator designed widgets [ .ui files ] can be embedded.
I am sure Antonio will find a way in its .apk to offer such functionality.



Pritpal Bedi a student of software analysis & concepts
http://www.vouch.in Vouch, the software that GROWS with you
http://hbide.vouch.info HbIDE, an IDE for Harbour, xHarbour and XBase++
http://sourceforge.net/projects/qtcontribs HbQt, Harbour bindings for Qt
http://cacherdd.vouch.info World's first RDBMD Rdd for (x)Harbour
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Next

Return to FiveTouch

Who is online

Users browsing this forum: No registered users and 3 guests