PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Deploy APK with HFSQL data
Deploy APK with HFSQL data
Iniciado por Luis DEVIS DABAN, 25,may. 2019 12:43 - 2 respuestas
Miembro registrado
18 mensajes
Publicado el 25,mayo 2019 - 12:43
[WDMobile 23] Hi every one,

What do I have to do in order to create the APK of my app but including all data already inserted in the fic file?

When I deploy the APK in the tablet or mobile the App works fine but all data in the HFSQL is missing.

Tnakyou
Mensaje modificado, 25,mayo 2019 - 12:46
Miembro registrado
498 mensajes
Popularité : +8 (8 votes)
Publicado el 25,mayo 2019 - 15:42
Hi Luis

there's a section when generating the APK where you put the .fic and .ndx
but there's something tricky with this, the first time you do it it work's fine.
but the second one you put it IF you add data it won't show the new data
you need to for said something delete it and then add it just to see the new data.

if you want to do this make sure it will be data that it always be constant

if you think to update it let me know.

source:
https://help.windev.com/en-US/…

on the number 13 it will show you how to add the .fic and .ndx with that it will show the data


NOTE: if you already install the app please uninstall it then create the apk with the .fic and .ndx on it, install it and now it will show the data you add it.

--
Best Regards
ARV
Miembro registrado
18 mensajes
Publicado el 27,mayo 2019 - 10:26
Great, thankyou