I have an issue that maybe I'm just over-thinking. I have a MainActivity, ListView and OtherActivity. I am using intents to pass information around, but the issue seems to be that when I go from MainActivity > ListView > OtherActivity I cannot get the setResult(RESULT_OK,intent); back to the MainActivity from the OtherActivity. It keeps defaulting back to the ListView.
Any ideas?
EDIT - I fixed it all by myself



