Re: [mono-android] Error while retreiving data from xml file

2013-02-23 Thread Mike Child
As mentioned previously, please provide the actual error message. It's hard to help without knowing the problem. On Feb 23, 2013 1:20 AM, "krish" wrote: > ha,i changed the code ...i closed the FileStream > even though it is giving error at same line > xmldoc.Load(fs); > here is my modified code

Re: [mono-android] how to store data to xml file (like database) from mono for android

2013-02-23 Thread Craig Dunn
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