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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -