check out the *Android_Starter* solution in our *Getting Started* example
http://www.xamarin.com/getting-started/TaskyAndroid.zip
specifically, the C# in /Android_Starter/Tasky.Core/TaskRepository.cs shows
a list of C# classes being loaded and saved in an XML file using
serialization.
NOTE: the
hii wnt to use xml file as data storage...can any one tell me how to
store data to xml file from mono for android edit texts i have 2 edit
text controls when i click on save button the data in the edit text have to
store into the xml file...m very new to mono for android...where to create
x
Hi,
hi...m working on mono for android...m very new to mono for android...can u
please help me how to store data from edit text contols into xml file and
retreive xml file data to edit texts(in .net textbox)...its very
urgent...plz explain in detailed ..where to create xml file and how to send
d
hi...m working on mono for android...m very new to mono for android...can u
please help me how to store data from edit text contols into xml file and
retreive xml file data to edit texts(in .net textbox)...its very
urgent...plz explain in detailed ..where to create xml file and how to send
data to
Hi,
i have 3 edittexts(eteno,etename,eteadd) and two buttons (btnsave and
btnretreive) when i click on save button the edittext values will save to
xml...the values are saving...bt my problem is retreiveing...
suppose i have data like this
101 johnusa
102 james uk
103 robert india
now when
Hi,
but i m getting error at new XmlTextWriter(path)
Post your code here so I can see what you're doing
Paul
--
"Space," it says, "is big. Really big. You just won't believe how
vastly, hugely, mindbogglingly big it is. I mean, you may think it's a
long way down the road to the chemist's,
m getting error at
XmlTextWriter textWriter = new XmlTextWriter(path);
i m getting error at instantiation...new XmlTextWriter(path);
the error is:
XmlTextWriter.XmlTextWriter(TextWriter writer) (+2 overload(s))
Error:
the best overloaded method match for
'System.Xml.XmlTextWriter.XmlTextWri
Hi.
.i wnt to use xml file as data storage...can any one tell me how to
store data to xml file from mono for android edit texts i have 2 edit
text controls when i click on save button the data in the edit text have to
store into the xml file...m very new to mono for android...where to create
hii wnt to use xml file as data storage...can any one tell me how to
store data to xml file from mono for android edit texts i have 2 edit
text controls when i click on save button the data in the edit text have to
store into the xml file...m very new to mono for android...where to create
x