Question: android studio: the second button will move to second activity there is a clicklistener on EditText name Write the missing the code in OnActivityResult() method
android studio:

the second button will move to second activity

there is a clicklistener on EditText "name"
Write the missing the code in OnActivityResult() method in the main activity to show the users comments using a Toast notification. (Toast: Thank you customer name For your comment).
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
else if(resultCode == RESULT_OK && requestCode == 2){ //To be do } }
App Make an order Rate our service 18:00 CoffeeApp Name Comments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
