hey everyone, i am new in android
i have five activity’s and one result activity
i want to send some data/parameter to result activity
first_activity,
sec_activity,
third_activity,
four_activity,
five_activityeach
each have some data like name and age
onclicking, i want the data to be saved/send to result_activity.
thnks
Put all your data from each activity to
SharedPreferences, then acces it from your final activity. Here are some examples: http://developer.android.com/guide/topics/data/data-storage.html#pref