April 2015
Beginner to intermediate
494 pages
10h 26m
English
You will also 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: "Finally, create a new Gradle task ndkBuild that will manually trigger the ndk-build command."
A block of code is set as follows:
#include <unistd.h> … sleep(3); // in seconds
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 (mGraphicsManager.start() != STATUS_OK) return STATUS_KO;
mAsteroids.initialize();
mShip.initialize();
mTimeManager.reset(); ...Read now
Unlock full access