根據之前學的android對話方塊技術,來實現下面乙個效果:介面有乙個"退出"按鈕,按下之後會彈出乙個詢問是否退出的提示對話方塊,單擊"不"按鈕,不退出遊戲,單擊"是的"按鈕,將退出遊戲。
接下來實現此例項:
res/layout/main.xml:
<?xml version="1.0" encoding="utf-8"?>
mainactivity:
package com.example.test;
import android.content.dialoginte***ce;
import android.os.bundle;
import android.view.view;
import android.view.view.onclicklistener;
import android.widget.button;
public class mainactivity extends activity
});//新增"確定"按鈕
alert.setbutton(dialoginte***ce.button_positive,"是的", new dialoginte***ce.onclicklistener()
});alert.show();
}});
} }
執行結果如圖:
Android開發小結1
settextcolor 定義為settextcolor int color 正確的使用方法為 btn.settextcolor context.getresources getcolor r.color.red context的傳遞 context,sdk中對其說明如下 在很多時候,在執行操作時,...
android開發積累1
requestwindowfeature window.feature no title 2 獲取window高度和寬度 設定為全屏模式 getwindow setflags windowmanager.layoutparams.flag fullscreen,windowmanager.layou...
Android開發之路 1
1.android 9之後 網路請求需要載入適配檔案 network security config.xml android networksecurityconfig xml network security config 載入配置檔案即可 2.解決handler記憶體溢位問題建立靜態並且繼承ha...