Hi,'
Can any one help me to explain how to take data that was typed in EditText and by clicking add in that window should carry to previous activity listviews item.
here i need to do.
1)creating listview in one Activity
2)creating edit text and Addbutton in another Activity
3)By clicking addbutton in 2nd Activity it should display in 1st Activities listview.
Can anyone explain how to do the above two steps...please...


