xml file updation in android -
I want to make an application in which I want to store the settings of my code in xml
I need to update the xml
file (updating the values of nodes, removing nodes, attaching nodes).
We use javax.xml
in Java. Transfer package to class, but it is not available in Android, so there is no way to update xml
(if you know the reason for Android
If you want to store the settings for your application which you .
The biggest benefit of doing this is to integrate the preferences screen and widget directly with the storage Which makes it very easy for a setting activity.
Comments
Post a Comment