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
Post a Comment