the result of the second activity be returned to the first. Problem
is, the second one keeps crashing. LogCat reveals that there was a
NullPointerException at the first after the second activity was
finished. Do I have to apply certain intent filters to it, or put some
other attribute in the manifest? Am using the onActivityResult method
in the first activity, and just and using
Using java Syntax Highlighting
- setResult(RESULT_OK, new Intent().setAction(sLat + ',' + sLon))
Parsed in 0.013 seconds, using GeSHi 1.0.8.4
in the second activity, where sLat and sLon are strings.
Help would be appreciated. Thanks.