Package | Description |
---|---|
com.badlogic.gdx.backends.android |
Modifier and Type | Method and Description |
---|---|
void |
AndroidApplication.initialize(ApplicationListener listener,
AndroidApplicationConfiguration config)
This method has to be called in the
Activity#onCreate(Bundle) method. |
View |
AndroidApplication.initializeForView(ApplicationListener listener,
AndroidApplicationConfiguration config)
This method has to be called in the
Activity#onCreate(Bundle) method. |