How To Get The Data
In my application i have two activity .When we enter the data in first activity & click save button . the data should display in the second activity
Solution 1:
yes, you can use Bundle
In order to pass data from one activity to another.
Solution 2:
Have a look at the documentation for Activity on how to start a new activity. This also has an example on how to add a 'payload' to the intent, that can then be used in the called activtiy
Post a Comment for "How To Get The Data"