I am statring programming in Android and i have problem. I must create something like this : https://www.google.pl/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0CAcQjRw&url=http%3A%2F%2Fwww.technotalkative.com%2Fandroid-asynchronous-image-loading-in-listview%2F&ei=R3UKVdTXHoOGzAPO2oKQBw&bvm=bv.88528373,d.bGQ&psig=AFQjCNFkuC6H_DmyQz44Xy2xYZOnb7fAtA&ust=1426835140929053
but after clicked i need to go to second activity with bigger clicked image and descriptiont (e.g On the image is some place and under is description this place) For this moment i have first activity ImageView+TextView(title) but i do not know how i can get something what let me identifiers clicked image and send send to second activity. Any ideas ?
I found topic like this : How can i pass image view between activities in android but this not resolve my problem.
Edit: I have 2 xml activity for now : First main activity with listview and second with linearlayout+Imageview+TextView. I use this tutorial for create firs screen : http://javastart.pl/static/programowanie-android/wlasny-widok-listowy/