Hello,
In the sample apps under the interface there is an app called SlideView which lets you slide through a list of images that is on the device. I need the following changes made to this.
-
Retrieve the list of images from a server by calling a URL. I will write this myself and have it available right after I made this posting. The data will be returned in JSON which will include the file name, name of who took it and a short description. I will also include the lus file to retrieve this data to be used in your update.
-
Show the images in the app just like the original sample app does.
-
Display the 2 other fields including the name of person who took it and the description on the screen.
-
If there is a short delay between the swipe and showing the next image then show text stating that the image is being retrieve from the server.
-
Store the images in the temporary directory as they are downloaded.
-
Before you download the image check if it exists in the temp directory so you do not have to download it again.
Let me know if you have any questions. You can send a personal message if you like. Also, be sure to include what you would change for it. I don’t think it would be that hard for this update. If I had more time I would attempt it myself.
Thanks,
Warren