[Android] Android Training Course-My First App
- 官方教學網站
- Resources
- 所有資源存在 gen/R.java中
- 可以開啟該檔,看到所有資源的 id,以供未來其他檔案使用
- 但不要手動編輯此檔 !!! Android在每次 build時都會自動重建此檔
- android:id 定義每個元件的名稱, 以供未來存取
- +代表第一次宣告該物件
- @則是在 XML檔中存取其他 resource必須加的 (string與 view等 concrete resource除外)
- Coding and Debugging
- Ctrl+Shift+O: 自動補齊缺少的 import class
- Intent
- controller of activities
- 常見功能: 開始另一個 activity(包含傳送資料給另一個 activity)
- 隨時可用 getIntent()存取目前的 intent
- Activity
- 相當於 iOS的 ViewController
- 是 Context的 subclass
- Every activity is invoked by an intent!!
- Manifest
- 必須在 manifest中定義所有的 activity
沒有留言:
張貼留言