Skip to Content
Augmented Reality for Android Application Development
book

Augmented Reality for Android Application Development

by Jens Grubert
November 2013
Intermediate to advanced
134 pages
3h 12m
English
Packt Publishing
Content preview from Augmented Reality for Android Application Development

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: "Finally, you register your implementation of the Camera.PreviewCallback interface in the onSurfaceChanged() method of the CameraPreview class."

A block of code is set as follows:

public static Camera getCameraInstance() {
  Camera c = null;
  try {
    c = Camera.open(0);
  } catch (Exception e) { ...  }
  return c;
}

New terms and important words are shown in bold. Words that you see on the screen, in menus ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pro Android Augmented Reality

Pro Android Augmented Reality

Raghav Sood

Publisher Resources

ISBN: 9781782168553Other