January 2015
Beginner to intermediate
478 pages
9h 46m
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 starter class for iOS application is RobovmLauncher.java."
A block of code is set as follows:
prefs.putInteger("sound_volume", 100); // volume @ 100%
prefs.flush();When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
package com.packtpub.libgdx.demo; import com.badlogic.gdx.backends.lwjgl.LwjglApplication; import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration; ...
Read now
Unlock full access