I know that stuff of calling the new activity and pass the object value from one activity to another by using putExtra and getExtra function. but i want to pass the value without calling and start the new activity. Is it possible ?
If yes then let me know how i can do it ?
I know that stuff of calling the new activity and pass the object value
Share
You can also use the Application class for declaring global variables
UPDATED :
Checkout this nice Tutorial about how to do that.
Application Class Using as Global