I have one xml file called bkup.xml stored inside sdcard “/sdcard/bkup.xml”.
For creating bkup.xml I have used xmlSerialization.
I want to retrieve data from that bkup.xml file.
I have seen many examples but almost most of them are using resource file and using URL as a resource. But no one have example of giving a path of sdcard file.
I don’t know how to fetch data from that file and parse it.
Thanks in advance.
Any suggestion will be appreciated
Hereis an complete example with source. You just to get theFileusingThen do the further processing.
UPDATE
If you need example for
differenttypes ofXMLParsersyou candownloadcompleteexample fromhere.