I am developing a basic app and I want to send a value of interest to last activity I am having total 8 activities so last activity contain 7int values so help me out how to write a code
Asked
Active
Viewed 31 times
0
-
have a look into intents, and how you can pass data from one Activity to another. – Bradley Wilson Dec 22 '16 at 22:55
-
1Possible duplicate of [How do I pass data between activities on Android?](http://stackoverflow.com/questions/2091465/how-do-i-pass-data-between-activities-on-android) – David Rawson Dec 23 '16 at 00:44