I am facing a problem with onItemClickListener
. I have a ListView
which contains strings as well as two images from parse.com
table. I want to show the strings and images (that i have pushed in parse.com
database) in another activity after I click on any item. I successfully get all the strings using getIntent()
but I'm not able to find the solution to fetch the images from ListView
item dynamically.
What is the best way to acomplish this?