|
|
|
|
아이튜브 |
|
아이튜브는 여성, 아동, 교육, 휴대폰 관련해 품질이 좋거나 가격이 저렴한 상품을 소개합니다.
아이튜브스 블로그에서 추천하는 제품들은 시간이 지나면 할인혜택이 종료되고 품절되는 경우가 많습니다.
발빠르게 혜택을 얻으시기 바랍니다.
| |
|
|
|
ITUBE 아동, 육아정보
http://itubes.co.kr/rss
| |
| | |
|
main.xml 화면 레이아웃 구성 예제
|
| Category : 안드로이드 |
Date : 2010/01/30 17:02 |
|
구글맵을 사용하려면 구글인증 apiKey 를 삽입해야한다.
API Key 얻어오기 : http://moozi.tistory.com/60
<com.google.android.maps.MapView android:id="@+id/myMapView" android:layout_width="fill_parent" android:layout_height="fill_parent" android:enabled="true" android:clickable="true" android:apiKey="0Fd35djUUgFwKzV94==========WdflnTQRz8EA" />
http://alrospage.tistory.com/802
main.xml |
|
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" //안드로이드 어트리뷰트를 사용하겠다는 네임스페이스를 선언 android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" //View가 사용하는 영역의 크기를 선언하는 어트리뷰트 //"fill_parent"는 부모 객체의 크기만큼 사용 //"wrap_content"는 콘텐츠가 제대로 보일 수 있는 최소한의 크기를 사용 > //View 클래스에서 상속받은 TextView 엘리먼트 <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:textColor="#FF00FF" android:gravity="center" android:text="텍스트뷰 테스트입니다." //TextView가 담을 메시지를 지정 /> <EditText id="@+id/entry" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@android:drawable/editbox_background" /> </LinearLayout> |
| |
| |
|
|
 |
http://itubes.co.kr/trackback/546 |
| | |
|
| | |
| |
|
|
|
최근 올라온 글 |
|
|
| |
|
|
|
ITUBE ENTERTAINMENT
|
| |
블로그 최근 덧글 |
|
|
| |
|
|
|
|