Eclipse Tip
line number 표시 windows-> preferences -> General -> Editors -> Text Editors -> Show line number Debugging ddms를 열어서 logcat 을 열어서 빨간색을 보면 알수 있다
line number 표시 windows-> preferences -> General -> Editors -> Text Editors -> Show line number Debugging ddms를 열어서 logcat 을 열어서 빨간색을 보면 알수 있다
<?xml version=”1.0” encoding=”utf-8”?> <LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android” android:orientation=”vertical” an...
TextView에 여러가지 기능들이 있는데.. 아래와 같이 쓰면될듯하다.. 자세한 사항은 d.android.com에가서 reference 를 참조하면 될듯하다. <TextView android:layout_width=”fill_parent” android:layou...
AdapterView - ListView, GridView, Galleryview 전환 위젯 - ViewFlipper, ImageSwitcher, TextSwitcher 탭 위젯 - TapHost 대화상...
Framelayout LinearLayout Tablelayout RelativeLayout AbsoluteLayout