Mobile apps that work in offline mode is highly desirable for business apps. The List control in Alpha Anywhere includes built-in tools to cache offline data. For web apps, offline data is cached in local storage. Local storage, unfortunately, is limited in size (usually 5MB), which makes it difficult to store large amounts of data in offline apps.
For PhoneGap applications, however, data can be stored on the mobile device's file system in addition to local storage. This allows you to create offline capable apps that can store a large amount of data when disconnected. In the video tutorial below, we demonstrate how to take advantage of the file system to store data offline in PhoneGap applications.
Watch Video - Part 1
Watch Video - Part 2
Watch Video - Part 3
Watch Video - Part 4
Watch Video - Part 5
Watch Video - Part 6
Watch Video - Part 7
Watch Video - Part 8
Watch Video - Part 9
Download Component
Further reading:
Comment