Dynamic Photo Display from Database
How do you get a photo associated with a particular item in a database to appear in the UI when the app is run depending on which item is searched for? (I have a check in/ check out service app).
for example, say i have 20 items in my database and all of them have an image of the item. In the app i have made it so you can search for a particular item to check out. once it searches and finds the item i want it to display the image as well as the rest of the item information.