This document provides information about creating low-cost virtual reality (VR) applications for Android using Cardboard VR. It discusses how the Cardboard VR Toolkit can simplify common VR development tasks. It provides steps for creating a basic Cardboard app by inheriting from CardboardActivity, implementing CardboardView.StereoRenderer, initializing CardboardView, and rendering views. It also discusses detecting magnet button presses and giving feedback to the user. Example Cardboard apps discussed are a treasure hunt demo and the Cardboard demo app.