javascript - Best way to get and store data (optimized) to mobile app (Ionic, Cordova/Phonegap) -


i want app ionic framework , cordova android , ios , want optimize @ requests server.

i need data php server (api) , store in mobile phone, data related, think sqlite best option store in device because of show more fast complex sql json stored in localstorage (for example) , search , link data in mobile. i'm right?

i need , can pull refresh in app , new data.

i've been watching solutions don't know best.

parse/firebase: difficult administrate non-specialists, have backend enter , modify data relations easily. in addition services return json more data need.

persistence.js , persistence.sync.js works mysql-server , sqlite-local can sync 1 table or new data? , did't find solution php server.

couchdb , pouchdb: don't know if can sync new records.

receive data in json , store in sqlite: need create functions easier.

any other solutions?

i'm lost in topic.

thanks!!

couchdb , pouchdb: don't know if can sync new records.

that’s default. plus handle nasty sync details you. highly recommend looking this.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -