How to display data in TextView

Posted by ranjanarr on Stack Overflow See other posts from Stack Overflow or by ranjanarr
Published on 2010-06-14T21:10:30Z Indexed on 2010/06/14 21:12 UTC
Read the original article Hit count: 130

Filed under:

I have a view in which there is a text box where user enters data, when clicks on submit, I want to store the input and display in another box. final EditText edittext = (EditText) findViewById(R.id.edittext); mText = (TextView) findViewById(R.id.timepicker_input);

How can I do it, please help

© Stack Overflow or respective owner

Related posts about android