I would like to send variable from ctivity to another activity, but these activities are not related directely. Infact, there is 3 or 4 activities running between them.
The variable that I would like to send is the ID of the user.
I tried with creating an intent between the two activities but it did not work. Kindly help me :)