Changes

Jump to: navigation, search

An Overview of Android Intents in Kotlin

27 bytes added, 21:53, 30 November 2017
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.
<htmlet>as30kotlin</htmlet>
== Implicit Intents ==

Navigation menu