=+Another way to pass data to an activity is to use the setData() method (as used in
Question:
=+Another way to pass data to an activity is to use the setData() method (as used in the previous section), like this:
//---use the setData() method to return some value---
i.setData(Uri.parse(
"Something passed back to main activity"));
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Beginning Android Programming With Android Studio
ISBN: 9781118707425
4th Edition
Authors: Wei Meng Lee, Jerome F DiMarzio
Question Posted: