Android/HttpClient, GET, image 썸네일형 리스트형 Android HttpClient, GET, image 안드로이드에서 HttpClient를 이용하여 웹사이트의 이미지를 가져와서 출력하는 예res/layout/main.xml ImageView android:id="@+id/imageView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_launcher" />AndroidManifest.xml 에는 다음과 같이 권한을 설정하는 부분이 있어야 한다INTERNET"/>MainActivity.javapackage com.example.androidapp;import java.io.*;import org.apache.http.Ht.. 더보기 이전 1 다음