Page 1 of 1

Downloading Images or text?

Posted: Wed Aug 29, 2012 3:11 pm
by Andy Mac Giolla Fhionntog

If I have an image on the app and I want it to update when the user goes online to whatever is in my parse class but then maintain that image when the user goes offline. How do I do this?


Downloading Images or text?

Posted: Wed Aug 29, 2012 3:22 pm
by Maryna Brodina

Hello! Try to use online/offline events on screen.


Downloading Images or text?

Posted: Wed Aug 29, 2012 3:59 pm
by Andy Mac Giolla Fhionntog

Hi that doesnt do any good because there is no way to replace the current image with one Online so it will stay there when the user is offline


Downloading Images or text?

Posted: Wed Aug 29, 2012 5:19 pm
by maxkatz

You could change the image URL, from online to offline image.


Downloading Images or text?

Posted: Thu Aug 30, 2012 11:41 am
by Andy Mac Giolla Fhionntog

Maybe I am not explaining what I need properly. Basically I have an image that is updated every week on my parse and I want it to update the image on my app while the user is online but then when the user is offline want to to remain that new updated image. How do I do this?


Downloading Images or text?

Posted: Thu Aug 30, 2012 1:37 pm
by maxkatz

When you say "on my parse", do you mean Parse.com?

When the user gets online, you would change the image URL to the "online" version. When the user signs off, you would change the image URL to the "offline" version. This is part of your app logic, it has to be programmed by you.


Downloading Images or text?

Posted: Thu Aug 30, 2012 1:44 pm
by Andy Mac Giolla Fhionntog

I do mean Parse.com, and I understand what you are saying but what I mean is I want the offline image to be what was the online image i.e. the offline image is updated when online to the online image? Does this make sense?


Downloading Images or text?

Posted: Thu Aug 30, 2012 4:50 pm
by maxkatz

Sorry, I think I lost you here:

"...want the offline image to be what was the online image i.e. the offline image is updated when online to the online image"


Downloading Images or text?

Posted: Thu Aug 30, 2012 9:40 pm
by Andy Mac Giolla Fhionntog

basically the image is online and when the user goes offline I want it to stay when the app is opened even if the user isnt online


Downloading Images or text?

Posted: Thu Aug 30, 2012 11:27 pm
by maxkatz

Yes, you can do that. But it has to be programmed. You would check whether the user is online or not and display the on or off icon. Tiggzi is an app builder, you can build any kind of app, but there is no out-of-the-box feature specifically for that. Hope this helps.