Android 黑客開發板 SurfaceView與TextView可以混合應用嗎? 請問SurfaceView與TextView可在同一個Activity混合使用嗎目前有嘗試一些寫法,會在我點擊的時候,出現錯誤,強制關閉程式 目前的程式目的是在SurfaceView下點擊螢幕,會在TextView顯示點擊的座標程式有點長附上原始碼 http://www.oz.stu.edu.tw/s95101216/www/Textgame.rar ming2348381 15 年前
Android 黑客開發板 問題 Bundle 語法應用問題 public class Equipment extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.equipment); find_views(); setClick(); bundle = this.getIntent().getExtras(); } //編號一號 Bu ming2348381 15 年前