java - How to pass text from activity to another? -
i want on first activity (in layout write) name?! when person write name when movie anther activity should appear hello(the name)! how should this?
this how call intent parameter
intent search = new intent(firstactivity.this, secondactivity.class); search.putextra("param_a", content1); startactivity(search);
Comments
Post a Comment