I have designed an activity in which there is a listView. I want that on click of the list item a new Activity should start and it should contain detail data related to the ListItem clicked.Please help me out in doing this.Thanks in advance.
Share
While starting an activity use
putExtrato send data to another activityIn SecondActivity.java use
getStringExtrato get the values.