December 2016
Beginner to intermediate
370 pages
7h 22m
English
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: "Add three TextViews to your layout, and then add the code to your MainActivity's onCreate() method."
A block of code is set as follows:
Sequence prime = (Sequence) SequenceCache.getSequence("1");
primeText.setText(new StringBuilder()
.append(getString(R.string.prime_text))
.append(prime.getResult())
.toString());When we wish to draw your attention to a particular part of ...
Read now
Unlock full access