I’m kinda noob to android so please bear with me. I’m currently developing app which uses tabs. My question now is: how to store values of variables so I can access them on the other tabs? I want to create something similar to sessions in PHP where I can save variables on one page and access on the other. Please can someone help me with this? There has to be an easy way to solve this. Thanks in advance!
Share
There are several ways for doing this. The choise depends on the type of the data which you need to pass between Activities.
Here there is an overview about the different approachs.