Page 1 of 1

It is possible to make p database also go to the smartphone when you download the app?

Posted: Sun Nov 02, 2014 7:55 pm
by Rafael Marques

It is possible to make p database also go to the smartphone when you download the app?


It is possible to make p database also go to the smartphone when you download the app?

Posted: Sun Nov 02, 2014 8:47 pm
by obullei

Hello!

Could you explain your issue with more details?


It is possible to make p database also go to the smartphone when you download the app?

Posted: Mon Nov 03, 2014 11:50 am
by Rafael Marques

download database in smartphone? is possible?


It is possible to make p database also go to the smartphone when you download the app?

Posted: Mon Nov 03, 2014 2:38 pm
by Cristian Hidalgo

Hola Rafel,
Lo que quieres es que a la vez que se descarge la applicacion, tambien que se descarge la base de datos hacia el dispositivo?
Tengo la misma pregunta :)


It is possible to make p database also go to the smartphone when you download the app?

Posted: Mon Nov 03, 2014 2:51 pm
by Cristian Hidalgo

Hello Arina,
If i have understood the question correctly he asks if its possible that the db can be installed locally on the phone once the application is downloaded to the device.And the services would then be local?


It is possible to make p database also go to the smartphone when you download the app?

Posted: Mon Nov 03, 2014 4:17 pm
by Rafael Marques

yes


It is possible to make p database also go to the smartphone when you download the app?

Posted: Tue Nov 04, 2014 1:27 am
by Yurii Orishchuk

Hi Cristian and Rafael,

You can use local storages to store data on device.

For example it could be localStorage, sessionStorage, cookies or sqlLite.

See this tutorial to understand how it works.

http://devcenter.appery.io/tutorials/...

Regards.


It is possible to make p database also go to the smartphone when you download the app?

Posted: Wed Dec 03, 2014 2:43 pm
by Cristian Hidalgo

Thx!