- Android Sensor Programming By Example
- Varun Nagpal
- 117字
- 2021-07-16 11:08:08
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Fingerprint sensor APIs require install time permission in the AndroidManifest.xml
file."
A block of code is set as follows:
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE); mSensor = mSensorManager.getDefaultSensor (Sensor.TYPE_SIGNIFICANT_MOTION);
New terms and important words are shown in bold.
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Learning ROS for Robotics Programming(Second Edition)
- ThinkPHP 5實戰
- 數據結構習題精解(C語言實現+微課視頻)
- Python機器學習實戰
- GameMaker Programming By Example
- Scala編程(第5版)
- 深入淺出Python數據分析
- Mastering OpenStack
- Android技術內幕(系統卷)
- Java EE實用教程
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- Implementing Splunk(Second Edition)
- Python自動化運維:技術與最佳實踐
- AngularJS by Example