cancel
Showing results for 
Search instead for 
Did you mean: 

How To Save Data in EditText Control into XML File

Former Member
0 Kudos

Is possible to save the data in Edittext control to xml file

what is the tag in xml that shows the data in the EditText

for example, the Statictext, the caption tag is what shows the data in the control

example

<specific caption="company Name" />

I have tried the following code in the xml file to show the data in the edittext control

<specific caption="my data" />

<specific value="my data" />

<specific text="my data" />

<specific string="my data" />

none of them worked

Any hint

Sincerley yours

Ray

I

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No, for edittext you cannot set value from xml file. It works only for static.

Former Member
0 Kudos

Thanks

I thought there was a way of creating xml file that contains the data displayed in Edittext/cbombox controls

Sincerely yours

Ray