Images
i am making native app. My app should work offline also.
Once the user downloads the app, the user should be able to open and use it offline also( if internet/3g is not there )
i am using few images in the app. I am doing below to handle images:
Add images to tiggzi app using Project - Assets.
On the page , i am referenceing the image ( which i added to project using
step 1)
please let me know will the image downloaded to mobile while downaloading the app. Or will this always reference from link like "url("' + Tiggzi.getImagePath('myimage.jpg')' etcci want image to be downloaded as part of the app itself. So that app should be able to load the image even if internet access is not there.
please advice how to achieve this