I am trying to get an input stream from something like this.
InputSource myInputSource = new InputSource(activity.getResources().openRawResource(com.MYCLass.R.xml.programs)); myXMLReader.parse(myInputSource);
and then call the parser in the instance of the parser i Created. Some like I get nothing. Works great if I use an XML server.
source share