is it possible to save the .xml file from the screen to main.xml?
my requirement is to.. first i create a xml files with some files
the user selects the required fields and select the save button.
from next onwards the application directly show the user specified fields only
. directly by saving the selected field in the xml and remaining fields should be invisible the main.xml code is directly change to newly userspecified view….
is it possible to save the .xml file from the screen to main.xml? my
Share
Have you considered using SharedPreferences? From what I’ve read from your description I think it should cover your needs.