startActivityForResult () is Deprecated
use registerForActivityResult Getting a result from an activity
Starting another activity, whether one within your app or from another app, doesn't need to be a one-way operation. You can also start another activity and receive a result back. For example, your app can start a camera app and receive the captured p...
stepbystepcode.in4 min read