Andy Mac Giolla Fhionntog
Posts: 0
Joined: Wed Aug 29, 2012 3:11 pm

Downloading Images or text?

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Downloading Images or text?

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

Andy Mac Giolla Fhionntog
Posts: 0
Joined: Wed Aug 29, 2012 3:11 pm

Downloading Images or text?

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Downloading Images or text?

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

Andy Mac Giolla Fhionntog
Posts: 0
Joined: Wed Aug 29, 2012 3:11 pm

Downloading Images or text?

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Downloading Images or text?

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.

Andy Mac Giolla Fhionntog
Posts: 0
Joined: Wed Aug 29, 2012 3:11 pm

Downloading Images or text?

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Downloading Images or text?

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"

Andy Mac Giolla Fhionntog
Posts: 0
Joined: Wed Aug 29, 2012 3:11 pm

Downloading Images or text?

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Downloading Images or text?

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.

Return to “Issues”