I have successfully added Images from a ListView to a detailed View, when an item in the list is clicked on.But how would I add longer descriptions (which would not be shown
sending string:
i.putExtra("longdesc", longdesc);
reading string at destination:
String longdesc = i.getStringExtra("longdesc");