- Learning Android Google Maps
- Raj Amal W.
- 199字
- 2021-07-09 21:54:25
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: "Now, extract the downloaded ZIP package and run the eclipse.exe
executable."
A block of code is set as follows:
dependencies { compile 'com.google.android.gms:play-services:7.5.0' compile 'com.android.support:appcompat-v7:21.0.3' }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
if(db.getMarkerCount() > 0){
List<Marker> markerList = db.getAllMarkers();
for (int i = 0; i < db.getMarkerCount(); i++) {
Marker mkr = markerList.get(i);
Any command-line input or output is written as follows:
sudo dpkg --add-architecture i386 sudo apt-get update
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Now, check the Developer Tools box and select Next."
- VMware View Security Essentials
- Azure IoT Development Cookbook
- 垃圾回收的算法與實現
- HoloLens Beginner's Guide
- ASP.NET Core 2 and Vue.js
- C語言程序設計案例式教程
- Internet of Things with Intel Galileo
- Oracle BAM 11gR1 Handbook
- Unreal Engine 4 Shaders and Effects Cookbook
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Odoo 10 Implementation Cookbook
- Hands-On Kubernetes on Windows
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Implementing Microsoft Dynamics NAV(Third Edition)
- Natural Language Processing with Python Cookbook