Changes

Jump to: navigation, search

An Overview of Intents in Android Studio

35 bytes added, 15:26, 23 July 2014
no edit summary
Note that the above method checks the returned request code value to make sure that it matches that passed through to the startActivityForResult() method. When starting multiple sub-activities it is especially important to use the request code to track which activity is currently returning results, since all will call the same onActivityResult() method on exit.
<google>BUY_ANDROID_STUDIO</google>
== Implicit Intents ==

Navigation menu