[Solved] how to pass data from one activity to another activity without using intent?


I got a very easy solution.
A BroadcastReceiver can solve my problem.

1

solved how to pass data from one activity to another activity without using intent?