Alam wrote:
> I want to put one xml file in my project. Please tell me where to put
> this file and how to access this file?

Put it in the res/xml/ directory in your project.

Get it via getResources().getXml(R.xml.whatever_you_called_it), which
returns an XmlResourceParser.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 2.0 Available!

--~--~---------~--~----~------------~-------~--~----~
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