Example usage for com.badlogic.gdx.backends.android AndroidApplicationBase interface-usage

List of usage examples for com.badlogic.gdx.backends.android AndroidApplicationBase interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.backends.android AndroidApplicationBase interface-usage.

Usage

From source file org.gearvrf.plugins.widget.GVRWidgetPluginActivity.java

/**
 * This provides GVR (libGDX) widget lifecycle and context management and brings
 * it together with GVR activity context. Base activity for GVR apps which use
 * GVRWidgets
 */
public class GVRWidgetPluginActivity extends GVRActivity implements AndroidApplicationBase {