檢視 Android Banner Ads I 的原始碼
←
Android Banner Ads I
跳至導覽
跳至搜尋
由於下列原因,您沒有權限進行編輯此頁面的動作:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
:*宣告Banner廣告版位 ::*透過layout.xml的方式進行宣告 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android=<nowiki>"http://schemas.android.com/apk/res/android"</nowiki> android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <com.taiwanmobile.pt.adp.view.TWMAdView android:id="@+id/adview" android:layout_width="wrap_content" android:layout_height="wrap_content" > </com.taiwanmobile.pt.adp.view.TWMAdView> </LinearLayout> ::*透過程式進行宣告 public class MainActivity extends Activity { private TWMAdView adView = null; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); adView = new TWMAdView(this); LinearLayout root = (LinearLayout)findViewById(R.id.root); root.addView(adView); } @Override protected void onStart() { super.onStart(); adView.activeAd("<Your Slot ID>","<Your name>","0",”640x100”); } } :*啟動Banner廣告服務 void com.taiwanmobile.pt.adp.view.TWMAdView.activeAd(String slotId, String vendorId, String testmark, String format) Parameters: slotId 廣告版位Id vendorId 開發者Id testmark 是否測試標籤 , 0:表正式服務,1:表進行測試中 format 版位大小, 可選640x100, 320x320, 300x250, 1024x90, 728x90, 468x60, 110x700, 640x640 ::輸入相關參數啟動廣告服務 @Override protected void onStart() { super.onStart(); adView.activeAd("<Your Slot ID>","<Your name>","0",”640x100”); } *畫面展示 {| width="70%" border="1" |- | align="center" | 應用程式開啟 | align="center" | 點擊Banner後開啟網頁 | align="center" | 點擊Banner後撥打電話 |- | align="center" | [[檔案:2.png]] | align="center" | [[檔案:3.png]] | align="center" | [[檔案:4.png]] |} : 接下來可以參考進階的 [[Android_Interstitial Ads|Interstitial Ads]]
返回到「
Android Banner Ads I
」。
導覽選單
個人工具
登入
命名空間
頁面
討論
變體
已展開
已摺疊
視圖
閱讀
檢視原始碼
檢視歷史
更多
已展開
已摺疊
搜尋
導覽
首頁
近期變更
隨機頁面
有關 MediaWiki 的說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊