Quantcast
Channel: Read XML file in android - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by IncrediApp for Read XML file in android

Put the xml file in the assets folder and fetch it using the AssetManager:http://developer.android.com/reference/android/content/res/AssetManager.htmlTo read the file use the same java code that works...

View Article


Read XML file in android

I have an xml-file that contains data that I want to read. The code works in a desktop environment but I can't figure out how to store and read the file from an android device. Ideas?

View Article
Browsing latest articles
Browse All 2 View Live