PDA

View Full Version : Saving data to xml file in Mobile applications



baluk
22nd September 2010, 15:00
Hi,

I am making my first mobile app in Qt. And I have a requirement that I need to save the data entered to the text filed and show it back to the user when he clicks the corresponding button. We can do this using XML file for Desktops. But can we use xml files for mobiles apps?.

I am sorry if it is a basic question but I have to ask because I don't have any idea how mobile apps work. I would be grateful for any help.

Thank You,
Baluk

Lykurg
22nd September 2010, 15:39
You can use it like you did for the desktop application. QtXml is also available for mobile devices.