- Learning AndEngine
- Martin Varga
- 193字
- 2021-04-02 10:01:59
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: "The versionName
value will be displayed in the store listing."
A block of code is set as follows:
@Override public void populate() { ... engine.enableAccelerationSensor(activity, this); }
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 (player.isDead()) { endGameText.setVisible(true); if (score > activity.getHiScore()) { activity.setHiScore(score); } }
Any command-line input or output is written as follows:
adb install LearningAndEngine.apk
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: "The option is located in the main button bar and in the Window menu."
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Learn Type:Driven Development
- Koa開發:入門、進階與實戰
- Full-Stack React Projects
- Java EE 7 Development with NetBeans 8
- 程序員修煉之道:通向務實的最高境界(第2版)
- Clojure Reactive Programming
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Test-Driven Development with Django
- Scala Data Analysis Cookbook
- Solutions Architect's Handbook
- 企業級Java現代化:寫給開發者的云原生簡明指南
- 城市信息模型平臺頂層設計與實踐
- Python人工智能項目實戰
- Web前端開發精品課:HTML5 Canvas開發詳解