I'm developing my first app with phonegap and have a basic question: My app includes mostly text and pictures. Both do not change very often, so I would like to store them on the device rather downloading them every time the user opens the app. My questions:
- Does the app automatically detect if there is not enough space for the images on the device?
- I want to fetch the data from a MySQL-database; is there any kind of push notification to tell the app that it should update the data? Or is it better to check for updates in a certain time interval?
Thanks