I want to create an Ipad/iPhone app that will act as a catalog to allow users to select items and send request to the company to process
- User Downloads the App
- Login into the app
- Downloads the available Categories and Items ( Text details and 2 size of images)
- Should be able to browse offline
- While sending the request for the items needs to be online but can select the options offline.
- Should be able to upload an image/design to the order list and add remarks.
My Main question is – Can we download data from the server like images and cache in locally into the local database and directory ?
Yes. You can save whatever info you want into a local sandboxed, file system. http://developer.apple.com/library/mac/ipad/#documentation/FileManagement/Conceptual/FileSystemProgrammingGUide/FileSystemOverview/FileSystemOverview.html
It looks like the PhoneGap Framework will also allow local storage. See http://en.wikipedia.org/wiki/PhoneGap