Prajkti wrote:
> I want to create an XML file to Store my Application Settings into.
> ( I can't use SharedPrefs because i want that Settings file later to
> be accessed by Some other Code.)

That makes absolutely no sense.

> I can easily create an XML with java's code and store it in File too.
> 
> but in Android
> I can create xml with the same java code but can't save it into the
> file
> coz they have removed the package javax.xml.transform from SDK.

Then write the XML directly.

Or use a third-party JAR.

Or skip XML and use the org.json classes to store the data in JSON.

Or use a nicely-transactional SQLite database.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android 1.5 Programming Books: http://commonsware.com/books.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to