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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -