September 2014
Beginner
286 pages
6h 16m
English
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()) ...Read now
Unlock full access