List of usage examples for com.badlogic.gdx.cdi AndroidCDIImplementation AndroidCDIImplementation
AndroidCDIImplementation
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); }