章節說明:Part 01 準備開發Android App
單元1 安裝Android Studio
單元2 建立App專案和管理Android SDK
單元3 用TextView、EditText和Button設計App的操作畫面
單元4 編輯程式檔
單元5 程式的錯誤類型和除錯方法
Part 02 基本介面元件和編排模式
單元6 學習更多介面元件的屬性
單元7 Spinner下拉式選單
單元8 RadioGroup和RadioButton選單
單元9 NumberPicker數字轉輪
單元10 CheckBox複選清單和ScrollView捲軸
單元11 LinearLayout介面編排模式
單元12 TableLayout介面編排模式
單元13 猜拳遊戲
單元14 Material Design和Button的水波動畫效果
單元15 Floating Action Button和CoordinatorLayout
Part 03 影像元件與動畫效果
單元16 ImageButton和ImageView
單元17 ImageSwitcher和GridView
單元18 View Animation動畫效果
單元19 Drawable Animation和Multi-Thread遊戲App
單元20 Property Animation初體驗
單元21 Property Animation加上Listener成為動畫超人
Part 04 Fragment與進階介面元件
單元22 Fragment讓App的畫面設計更有彈性
單元23 動態控制Fragment
單元24 Fragment和Activity的互動以及動畫效果
單元25 ListView選單
單元26 RecyclerView和CardView
單元27 SeekBar捲軸和RatingBar評分元件
Part 05 其他介面元件與對話盒
單元28 時間和日期元件與對話盒
單元29 ProgressBar、ProgressDialog和Multi-Thread程式
單元30 AlertDialog對話盒和Toast訊息
單元31 Snackbar訊息
單元32 自己設計對話盒
Part 06 Intent、Intent Filter和相關應用
單元33 App功能描述檔AndroidManifest.xml
單元34 Intent粉墨登場
單元35 Intent Filter讓App也能幫助其他App
單元36 讓Intent附帶資料
單元37 要求被呼叫的Activity回傳資料
單元38 Broadcast Intent和Broadcast Receiver
單元39 Service是幕後英雄
Part 07 Activity的生命週期與進階功能
單元40 Activity的生命週期
單元41 幫Activity加上選單
單元42 使用Context Menu
單元43 在Action Bar上建立Action Item和Action View
單元44 側開式選單
單元45 使用Tab標籤頁切換App畫面
Part 08儲存資料
單元46 使用SharedPreferences儲存資料
單元47 使用SQLite資料庫儲存資料
單元48 使用檔案儲存資料
Part 09 Google Map和定位
單元49 開發Google Map App
單元50 解析Google Map App
單元51 Google Map進階控制和3D地圖
單元52 幫地圖加上標示和路徑
單元53 使用手機的定位功能
單元54 使用Location Services定位
Part 10 播放音樂、影片和拍照
單元55 使用MediaPlayer播放音樂
單元56 播放背景音樂和Audio Focus
單元57 播放影片
單元58 拍照
Part 11 人工智慧與擴增實境
單元59 人工智慧與Firebase ML Kit
單元60 TensorFlow Lite
單元61 擴增實境
附錄
A 設定和管理App專案
B Android Studio操作秘笈
C 建立App的安裝檔
D Git版本控制
E 執行本書範例的方法