I'm an Android beginner. I am trying use getResources method in non-activity class. How do I get the reference to the "resources" object so that I can access the xml file stored under resources folder.
Example:
XmlPullParser xpp = getResources().getXml(R.xml.samplexml);