android, admob install guide |
이는 jar 파일로 admob 을 적용할 경우에 대한 guide 이다.
<manifest permission>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<manifest decalre>
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
<xml> - 특별한 이유가 없다면 xml 로 정의하는 것이 편리하다.
.. xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
/>
<com.google.ads.AdView android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adUnitId="MY_AD_UNIT_ID"
ads:adSize="BANNER"
ads:testDevices="TEST_EMULATOR, TEST_DEVICE_ID"
ads:loadAdOnCreate="true"/>
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] ART ( android runtime ) 이란? (2017.08. updated) (0) | 2014.01.22 |
---|---|
[android] minSdkVersion 에 대한 요즘 추세는 14. (0) | 2014.01.21 |
[android] eventbus proguard 적용시키기. (0) | 2014.01.15 |
[android] BaseAdapter의 getCount 는 불리는데 getView 가 안 불리는 현상 (0) | 2014.01.13 |
[Java] How to implements Iterator. (0) | 2014.01.10 |
댓글