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
Post a Comment