I've 2 activities, Activity1
and Activity2
.
In Activity1 i've a EdiText
and ImageView
. When button is clicked Activity2 is started.
In Activity2 i've a listview. It contains Image
and TextView
.
I have displayed the data retrieved from listview image and textview in Activity2 in the imageview and editext resp in Activity1 . Now i made some changes in the editext and imageview in Activity1 and I need to pass this changes again to the listview image and text in Activity 2.
can someone help me with the code to make this work?