How to parse the file present on SDCArd
reading file from sdcard :http://stackoverflow.com/questions/3779944/reading-a-specific-file-from-sdcard-in-android
parsing xml file : You can use below packages import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; //import org.xmlpull.v1.XmlPullParserException.html; import org.xmlpull.v1.XmlPullParserFactory;
精彩评论