Example usage for com.badlogic.gdx.cdi AndroidCDIImplementation AndroidCDIImplementation

List of usage examples for com.badlogic.gdx.cdi AndroidCDIImplementation AndroidCDIImplementation

Introduction

In this page you can find the example usage for com.badlogic.gdx.cdi AndroidCDIImplementation AndroidCDIImplementation.

Prototype

AndroidCDIImplementation

Source Link

Usage

From source file:com.badlogic.gdx.cdi.example.AndroidLauncher.java

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    AndroidApplicationConfiguration config = new AndroidApplicationConfiguration();
    new AndroidCDIImplementation();
    initialize(new SimpleRoom(), config);
}