I have a listView with some items. Every item has a title, picture, and description. Now I'd like to click on particular activity and open new activity, which would be detailed view for particular item. So it needs to have the title and picture from previous activity, and a new, bigger description.
Could someone tell me how to do that?