I am new to Android and I have this issue:
I have created a tab action bar and have list items within the action bar. Now when I click on one of the list item, I want an image to be displayed in new screen. How do I do this?
I am new to Android and I have this issue:
I have created a tab action bar and have list items within the action bar. Now when I click on one of the list item, I want an image to be displayed in new screen. How do I do this?
Create an new Activity
with the image in it when the ListView
was clicked. Create a listener to handle the clicks from the ListView
and start the Activity from that.