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? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -