android - How can I reach one activity's Intent from an another? -



android - How can I reach one activity's Intent from an another? -

if create illustration an

intent = new intent(); bundle b = new bundle(); b.putstring("number", spinner.getselecteditem); i.putextras(b);

so if want reach intent activity, how can this?

in android: how variables/data 1 screen another?...

in oncreate in sec activity string calling:

getintent().getstringextra("number");

android android-intent

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -