Page 1 of 1

Images

Posted: Mon Nov 05, 2012 8:44 pm
by rammohan.acharyadasa

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:

  1. Add images to tiggzi app using Project - Assets.

  2. 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')' etcc

    i 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


Images

Posted: Mon Nov 05, 2012 8:53 pm
by maxkatz

The images that you upload into your app will be available when you go offline (when creating a native app).


Images

Posted: Mon Nov 05, 2012 8:57 pm
by rammohan.acharyadasa

Thanks Max.
All the images in project-assets or only the referenced(from project-assets) images in the app .
If all the images in project- assets goes along with the app, i may need to clean up to keep only the images which are referencing in the app. before i submit the app to reduce the size
Max, please confirm


Images

Posted: Mon Nov 05, 2012 8:59 pm
by maxkatz

I think all the images uploaded will be in the app.