- Augmented Reality for Android Application Development
- Jens Grubert Dr. Raphael Grasset
- 165字
- 2021-07-21 18:24:09
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: "Finally, you register your implementation of the Camera.PreviewCallback
interface in the onSurfaceChanged()
method of the CameraPreview
class."
A block of code is set as follows:
public static Camera getCameraInstance() { Camera c = null; try { c = Camera.open(0); } catch (Exception e) { ... } return c; }
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: "in the pop-up menu, go to Run As | 1 Android Application."
推薦閱讀
- Python金融大數(shù)據(jù)分析(第2版)
- 大數(shù)據(jù)導(dǎo)論
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析(鮮讀版)
- iOS and OS X Network Programming Cookbook
- Hadoop大數(shù)據(jù)實(shí)戰(zhàn)權(quán)威指南(第2版)
- Python數(shù)據(jù)分析:基于Plotly的動(dòng)態(tài)可視化繪圖
- Starling Game Development Essentials
- “互聯(lián)網(wǎng)+”時(shí)代立體化計(jì)算機(jī)組
- Google Cloud Platform for Developers
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 爬蟲實(shí)戰(zhàn):從數(shù)據(jù)到產(chǎn)品
- Python 3爬蟲、數(shù)據(jù)清洗與可視化實(shí)戰(zhàn)
- PostgreSQL高可用實(shí)戰(zhàn)
- 區(qū)塊鏈應(yīng)用開發(fā)指南:業(yè)務(wù)場(chǎng)景剖析與實(shí)戰(zhàn)
- 數(shù)據(jù)挖掘與機(jī)器學(xué)習(xí)-WEKA應(yīng)用技術(shù)與實(shí)踐(第二版)