Android/Thread, Handler 3 썸네일형 리스트형 Android Thread with Handler example Android 에서 개발자 정의 백그라운드 Thread와 Handler 클래스를 사용하는 예시작버튼을 누르면 ImageView에 이미지를 1초에 한번씩 변경하여 보여주고 정지버튼을 눌러 쓰레드를 중지하는 예main.xmlLinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#FF4444CC" android:orientation="vertical"> LinearLayout android:layout_width="match_parent" .. 더보기 이전 1 다음