I have one xml file called bkup.xml stored inside sdcard "/sdcard/bkup.xml".
To create bkup.xml, I used xmlSerialization.
I want to get data from this bkup.xml file.
I have seen many examples, but almost most of them use a resource file and use a URL as a resource. But no one has an example to give the path to the sdcard file.
I do not know how to extract data from this file and analyze it.
Thanks in advance.
Any suggestion will be appreciated.
source share