C
cardia
Hi there,
I am a C# programmer new to the J2ME world. I have just started on an
application for my mobile handset, the idea being to learn as I go. I
want to be able to input data daily and recall the data at any time.
To do this I need to save the data to any type of file (XML, text or
binary). I don't know how to do this.
In a C# application I would define an XmlDocument object and load the
file into the object.
I have read up and apparently there is no XML API included in the J2ME
framework. I wanted to use kXML but am not sure about any of it.
Can anyone help me on my way please? Should I be using XML for my app,
and if so how do I do what I need?
Thanks
I am a C# programmer new to the J2ME world. I have just started on an
application for my mobile handset, the idea being to learn as I go. I
want to be able to input data daily and recall the data at any time.
To do this I need to save the data to any type of file (XML, text or
binary). I don't know how to do this.
In a C# application I would define an XmlDocument object and load the
file into the object.
I have read up and apparently there is no XML API included in the J2ME
framework. I wanted to use kXML but am not sure about any of it.
Can anyone help me on my way please? Should I be using XML for my app,
and if so how do I do what I need?
Thanks