In my application i am having checkboxes in first activity that i want to refer on second activity with its state information whether it is checked or unchecked. is there any way to do this plz explain in detail with example .
Thank you.
In my application i am having checkboxes in first activity that i want to
Share
Use bundle.
pass its checked or unchecked state to bundle and pass when another activity is started, for example.
In antoher activity, get the bundle