Photo Gallery From Json / XML

Hello All,

I am trying to figure out how to load image from my website either JSON or XML into my mobile app.

XML Example:

    <imageLoader>
	<imgID>1</imgID>
    <imgTitle>Image 1</imgTitle>
	<img>http://www.example.com/image.png</img>
</imageLoader>
<imageLoader>
	<imgID>2</imgID>
    <imgTitle>Image 1</imgTitle>
	<img>http://www.example.com/image.png</img>
</imageLoader>
<imageLoader>
	<imgID>3</imgID>
    <imgTitle>Image 1</imgTitle>
	<img>http://www.example.com/image.png</img>
</imageLoader>
<imageLoader>
	<imgID>4</imgID>
    <imgTitle>Image 1</imgTitle>
	<img>http://www.example.com/image.png</img>
</imageLoader>

I would also want my users to select an image and save it into their gallery.