Math, asked by manjumahendra1981, 2 months ago

The result coming out of an activity is called

Answers

Answered by Anonymous
1

Answer:

If you want to finish and just add a resultCode (without data), you can call setResult(int resultCode) before finish() . For example: ... if (everything_OK) { setResult(Activity. RESULT_OK); // OK!

Similar questions