Android/HttpClient, XmlPullParser 썸네일형 리스트형 Android HttpClient with XmlPullParser and Google Weather API 안드로이드에서 HttpClient, XmlPullParser를 이용하여 Google Weather API에서 날씨를 가져와서 파싱하는 예현재의 날씨 중에서 풍향, 풍속만을 추출하여 TextView에 출력하는 내용res/layout/main.xml TextView android:id="@+id/textView1" android:layout_width="match_parent" android:layout_height="match_parent" android:text="TextView" /> MainActivity.javapackage com.example.androida.. 더보기 이전 1 다음