- Near Field Communication with Android Cookbook
- Vitor Subtil
- 193字
- 2021-07-16 11:37:21
Conventions
In this book, you will find a number of styles of text 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: "nfcbook.ch1.example1
."
A block of code is set as follows:
NfcAdapter nfcAdapter = NfcAdapter.getDefaultAdapter(this); if (nfcAdapter != null && nfcAdapter.isEnabled()) { Toast.makeText(this, "NFC is available.", Toast.LENGTH_LONG).show(); } else { Toast.makeText(this, "NFC is not available on this device. This application may not work correctly.", Toast.LENGTH_LONG).show(); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<uses-permission android:name="android.permission.NFC" />
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "A Beam sent! toast should appear in the touched device and a Facebook friend request dialog should appear in the other."
- Word 2010中文版完全自學手冊
- Test-Driven Development with Mockito
- 數據化網站運營深度剖析
- 醫療大數據挖掘與可視化
- iOS and OS X Network Programming Cookbook
- 數據庫系統原理及應用教程(第4版)
- 大數據架構和算法實現之路:電商系統的技術實戰
- 白話大數據與機器學習
- Proxmox VE超融合集群實踐真傳
- Python數據分析與數據化運營
- 編寫有效用例
- 數據科學實戰指南
- Instant Autodesk AutoCAD 2014 Customization with .NET
- 活用數據:驅動業務的數據分析實戰
- 大數據數學基礎(Python語言描述)