TabWidget
<?xml version=”1.0” encoding=”utf-8”?> <TabHost xmlns:android=”http://schemas.android.com/apk/res/android” android:id=”@android:id/tabhost” andro...
<?xml version=”1.0” encoding=”utf-8”?> <TabHost xmlns:android=”http://schemas.android.com/apk/res/android” android:id=”@android:id/tabhost” andro...
Activity의 size 를 넘어가는 내용일 경우 xml에서 를 전체적으로 감싸주면 scrollview로 바뀌며 동작한다.
<?xml version=”1.0” encoding=”utf-8”?> <LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android” android:orientation=”vertical” an...
AdapterView.OnItemclicklistener AdapterView.OnitemLongclickListener Adapterview.OnItemSelectedListener example ——————————main.xml ——————————————– <?x...
android.widget.AdapterView ListView GridView Spinner Gallery 어댑터(adapter) ArrayAdapter : string 자료 CursorAdapter : 여러 자료. List...