書名: Learning Android Game Development作者名: Nikhil Malankar本章字數: 78字更新時間: 2021-07-09 20:41:21
Taking user inputs
There are multiple ways in which you can take inputs from your Android device. Here are a few ways:
- UI buttons: Buttons drawn on your app's UI
- Hardware buttons: The keys on your Android device
- Touch screen inputs: Touches mapped based on the screen coordinates
- Accelerometer readings: Motion sensor readings
We will be taking a look at each of these input types. So, let's start with the very first type of input, UI buttons.
推薦閱讀
- ATmega16單片機項目驅動教程
- 電腦軟硬件維修大全(實例精華版)
- Mastering Delphi Programming:A Complete Reference Guide
- 數字道路技術架構與建設指南
- INSTANT ForgedUI Starter
- 嵌入式系統中的模擬電路設計
- Visual Media Processing Using Matlab Beginner's Guide
- LPC1100系列處理器原理及應用
- 單片機原理及應用:基于C51+Proteus仿真
- 圖解計算機組裝與維護
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- 可編程邏輯器件項目開發設計
- Deep Learning with Keras
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)
- 計算機應用基礎案例教程(Windows 7+Office 2010)