I have 5 activities :
*Activity 1 ( details of one game tournament (
*Activity 2 (details of another game tournament) and so on….
*Activity 5 ( payment activity)
In each activity there is some data with one button and I want to send that data to payment activity whenever user clicks any activity(1-4)
2
Answers
Use Intent to send data between activities
then use this code to get your data
Happy coding
or you can try SharedPreferences
creat object class
init that in Application inside onCreate