i want to get the edittext value and view it on the textview while click the button.and also want to know about what modifications can be done on the string.xml file
|
|
I didn't get the second question, maybe you can elaborate...but for your first query.
|
|||
|
|
|
||||
|
|
|
||||
|
|
|
I'm just beginner to help you for getting edittext value to textview. Try out this code -
This will get the text which is in |
|||
|
|
|
in "String.xml" you can notice any String or value you want to use, here are two examples:
Used for the layout.xml: The advantage: you can use them as often you want, you only need to link them in your Layout-xml, and you can change the String-Content easily in the strings.xml, without searching in your source-code for the right position. Important for changing language, you only need to replace the strings.xml - file |
|||
|
|
|
First get the text from edit text view
and Store the obtained text in a string, say
Then set
|
||||
|
|
|
yes
|
||||
|
|
