- 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.
推薦閱讀
- Python計算機視覺編程
- Python:Master the Art of Design Patterns
- BIM概論及Revit精講
- 軟件項目管理實用教程
- Deep Learning with R Cookbook
- R的極客理想:量化投資篇
- Software Development on the SAP HANA Platform
- Python 3快速入門與實戰
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- JSP應用與開發技術(第3版)
- MATLAB從入門到精通
- HTML 5與CSS 3權威指南(第4版·上冊)
- Hadoop MapReduce v2 Cookbook(Second Edition)
- MySQL 5.7從入門到精通(視頻教學版)(第2版)
- Spark內核設計的藝術:架構設計與實現