bestm80eva / unrealspeccyp

Automatically exported from code.google.com/p/unrealspeccyp
0 stars 0 forks source link

Missing onActivityResult() #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In build/android/src/app/usp/Main.java:

1. startActivityForResult() is called in onOptionsItemSelected()
2. onActivityResult() is not implemented

Is this a bug?

Original issue reported on code.google.com by sagar.ch...@gmail.com on 11 Nov 2011 at 6:37

GoogleCodeExporter commented 8 years ago
no, this activities not return any results.
they can be started with startActivity().

Original comment by djd...@gmail.com on 11 Nov 2011 at 9:14

GoogleCodeExporter commented 8 years ago
But then why not start the activity with startActivity(). Why are you
calling startActivityForResult() in method onOptionsItemSelected() at lines
108 and 112 of Main.java. I apologize if I am missing anything.

Original comment by sagar.ch...@gmail.com on 11 Nov 2011 at 9:19

GoogleCodeExporter commented 8 years ago
Because i take this code from somewhere where results was returned. :-)
This is my first java & android program.

Original comment by djd...@gmail.com on 12 Nov 2011 at 8:24

GoogleCodeExporter commented 8 years ago
got it. thanks.

Original comment by sagar.ch...@gmail.com on 12 Nov 2011 at 1:39