eu.ensam.ii.vrpn
Class VrpnApplication
java.lang.Object
android.app.Application
eu.ensam.ii.vrpn.VrpnApplication
public class VrpnApplication
- extends Application
This class must be used as an Application
for applications that use the Vrpn widgets.
An application that wants to use the Vrpn widgets must define an
application tag with the name of this class in its manifest :
- edit your application AndroidManifext.xml and open the Application tab
- in the Application toggle section , check
Define an <application> tag ...
- in the Application Attributes section, type eu.ensam.ii.vrpn.VrpnApplication as the value of the
Name attribute or use the Browse...button
VrpnApplication
public VrpnApplication()
onCreate
public void onCreate()