- 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.
推薦閱讀
- FPGA從入門到精通(實戰篇)
- Instant uTorrent
- 數字道路技術架構與建設指南
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 平衡掌控者:游戲數值經濟設計
- 嵌入式系統中的模擬電路設計
- 固態存儲:原理、架構與數據安全
- Wireframing Essentials
- 3D Printing Blueprints
- Mastering Machine Learning on AWS
- 微服務實戰
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)
- DevOps實戰:VMware管理員運維方法、工具及最佳實踐
- 新編計算機組裝與維護
- Unreal Development Kit Game Programming with UnrealScript:Beginner's Guide