Android/XmlPullParser example 썸네일형 리스트형 Android XmlPullParser example 참조 http://developer.android.com/reference/org/xmlpull/v1/XmlPullParser.html import java.io.IOException; import java.io.StringReader; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; import org.xmlpull.v1.XmlPullParserFactory; public class SimpleXmlPullApp { public static void main (String args[]) throws XmlPullParserException, IOException { XmlPullParserFactory .. 더보기 이전 1 다음