How to get inputStream from xml file in xml resources folder in Android

Is it possible to get an InputStream (or file handler) to feed the SAX parser from an XML file stored in the XML resources folder (instead of the raw Resources folder)?

Thank.

+3
source share
1 answer

I think this was answered. Android, how to access the source resources that I installed in the res folder?

Google is the folder for accessing Android files for your friend

+2
source

Source: https://habr.com/ru/post/1774510/


All Articles