Reputation: 201
I've been using Android for only a little while. In my application, I have two Activities. The first launches the second, which is a ListView.
From this second activity, the one with the ListView, how do I return the selected value back to the original activity. I want to change certain values from the original activity based on the selection from the second activity.
Do you follow what I'm getting at here?
I'm using an intent to launch the second activity.
Someone please let me know a simple solution.
Thanks in advance!
Michael
Upvotes: 1
Views: 738