android - How to display data in TextView -


I have a view in which there is a text box where the user enters the data, when submitted clicks, I Display in input and other boxes.

  Find the last edit text Edit = (edit text) VViBiID (RID.); MText = (TextView) findViewById (R.id.timepicker_input);  

How can I do this, please help

 < Code> Last Editing Text Edit = (edit text) VVIBID (RID.); TextView mText = (TextView) findViewById (R.id.timepicker_input); MText.setText (. Edittext.getText () toString ());  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -