Possible Duplicate:
Help with passing ArrayList and parcelable Activity
I have already tried to use putExtra()
but to no avail.
When I use putExtra()
, there were syntax error. and the only way (it seems) is to convert the whole data selected to string. But the problem is, I only need to display part of the data and not all of it. therefore I think that is not the way.
What I am trying to do is to send an ArrayList
of data. The first Activity is where the program search the Array for the data and the second Activity is for displaying part of the data.
I need to send the data onClick()
of the ListView
. And I need the data to be in ArrayList<Item>
.
Before anyone answers or comment on this question more please take a look at my reputation. So with that much reputation I think you know that I am new. Just take that into consideration before downvoting.