java - Using multiple intents in same Activity -


i trying use intent import file form device app. using intent intent = new intent(intent.action_get_content);

my question is... know intent need have onactivityresult() method, have 1 intent being used the class, there way can have 2 onactivityresult() methods 2 intents.

onactivityresult(int requestcode, result resultcode, intent data)

use differnet requestcode different intents


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -