I want to send data from one activity to another activity. However, the activity should not change after sending data. How can I do this without intent
Asked
Active
Viewed 49 times
1 Answers
0
The only way is to save data to any place (SharedPreferencies, DataBase, Json file or even use static variables in special Java class), and to retrieve it in another activity after it will be launched. Here are appropriate links:

Alexander Gapanowich
- 582
- 2
- 8
-
Hope, it will help!!! Have a happy codding!!! – Alexander Gapanowich Mar 28 '19 at 23:07