최근 포스트

TabWidget

최대 1 분 소요

<?xml version=”1.0” encoding=”utf-8”?> <TabHost xmlns:android=”http://schemas.android.com/apk/res/android” android:id=”@android:id/tabhost” andro...

ScrollView

최대 1 분 소요

Activity의  size 를 넘어가는 내용일 경우  xml에서 를 전체적으로 감싸주면 scrollview로 바뀌며 동작한다.

ProgressBar

최대 1 분 소요

<?xml version=”1.0” encoding=”utf-8”?> <LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android” android:orientation=”vertical” an...

AdapterView listener

최대 1 분 소요

AdapterView.OnItemclicklistener AdapterView.OnitemLongclickListener Adapterview.OnItemSelectedListener example ——————————main.xml ——————————————– <?x...

AdapterView example

1 분 소요

android.widget.AdapterView ListView GridView Spinner Gallery 어댑터(adapter) ArrayAdapter : string 자료 CursorAdapter : 여러 자료. List...