I have 2 activities FirstActivity, SecondActivity. MyActivities extending Activity. In my FirstActivity, there is a ExpandableListView containing childviews & groupviews. groupview containing 3textviews and 2 imageviews. Onclick of the firstImage i have to go to SecondActivity. In secondActivity, I can able to add some rows, and finally onclick of “done” button it should be back to FirstActivity along with the rows data that were added in SecondActivity and those SecondActivity rows should be added to a particular selected row in FirstActivity…
How should I do this…?
Can one please help me…
startActivityForResult()to start second Activity.onActivityResult()of first activity.