2013年2月7日 星期四

加廣告


adView = new AdView(this, AdSize.BANNER, MY_AD_UNIT_ID);

   
// Lookup your LinearLayout assuming it's been given
   
// the attribute android:id="@+id/mainLayout"
   
LinearLayout layout = (LinearLayout)findViewById(R.id.mainLayout);

   
// Add the adView to it
    layout
.addView(adView);

   
// Initiate a generic request to load it with an ad
    adView
.loadAd(new AdRequest());




<activity
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:name="com.google.ads.AdActivity" />





<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...