So here is my need. I have a list of photos. I need to add a "like" button to each photo. i want to be able to just simply pass the photo id back to a rest service or create service to add the like for that specific photo to the database.
How can I have it display a like button next to each photo and then only have the id for that specific photo associate with that specific like button.
The key being that this must all function dynamically. It's a photo sharing app similar to an instagram like functionality. Any help is greatly appreciated.