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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -