public class IM360View
extends GLSurfaceView
IM360View is a lightweight wrapper that manages the GLSurfaceView and an underlying Player object.
Simply create and add use as a standard Android View object. It is important to honer the lifecycle
methods from the owning Activity, in the Activiy onPause, onResume, onStop and onDestroy be sure to
call the appropriate methods in this class pause, resume, stop and destroy.
You can get an reference to the Player object any time after creation however the Player object should
not be used until its initialized callback occurs. com.im360.Player
for more information.