Hii'm begginer in android. i'm doing small apllication,i have mainscreen and calling next screen by main screen.in nextscreen by selecting image in gallery i wanted to go back main screen by getting image url how can do this please help me its urgent.
+1
A:
You should call the second Activity by startActivityForResult(...). Then there you return the image url as the result of the second acitivty to the first activity. The result of the second activity you can get in the first activity in the method onActivityResult(...)
Roflcoptr
2010-05-30 12:00:09