I have a collection of datas in Arraylist holding serilizable model with following data types :-
1)boolean isChecked
2)String name
3)String detail
I want to pass these datas from First Activity to Second Activity and edit the boolean state of isChecked using listView adapter with adapter callback .when I come back to First Activity I want to updated data from Second Activity.
I am able to pass data and Update it in second Activity but not able to get updated data in First Activity. How is it possible to achive my requirement,Any kind of help is much appreciated Thank you
Aucun commentaire:
Enregistrer un commentaire