We are working on an iPad application with SharePoint 2010 as CMS.
On my SharePoint site we have a contacts list which the middleware is fetching using Lists.asmx and passing it to iPad.
Now what they want is, to display a url on iPad with each contact. On clicking this url they will fetch the image of the corresponding contact.
So they want me to create a column in contacts list with name imageURL which will contain URL of actual images. This is no big deal.
I can also store images in a library but the question is how I am supposed to link them(the URL and the Images).
Apart from this is it possible to display the images in the contacts list, I mean directly images flashing in front on names not urls.