Search in sources :

Example 11 with AndroidApplicationConfiguration

use of com.badlogic.gdx.backends.android.AndroidApplicationConfiguration in project AnotherMonekyParadox by SantiagoMille.

the class AndroidLauncher method onCreate.

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    AndroidApplicationConfiguration config = new AndroidApplicationConfiguration();
    initialize(new Main(), config);
}
Also used : Main(mx.itesm.another_monkey_paradox.Main) AndroidApplicationConfiguration(com.badlogic.gdx.backends.android.AndroidApplicationConfiguration)

Example 12 with AndroidApplicationConfiguration

use of com.badlogic.gdx.backends.android.AndroidApplicationConfiguration in project var3dframe by Var3D.

the class AndroidLauncher method onCreate.

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    AndroidApplicationConfiguration config = new AndroidApplicationConfiguration();
    initialize(new Game(this), config);
}
Also used : Game(var3d.net.demo.Game) AndroidApplicationConfiguration(com.badlogic.gdx.backends.android.AndroidApplicationConfiguration)

Aggregations

AndroidApplicationConfiguration (com.badlogic.gdx.backends.android.AndroidApplicationConfiguration)12 ApplicationListener (com.badlogic.gdx.ApplicationListener)2 PackageManager (android.content.pm.PackageManager)1 Bundle (android.os.Bundle)1 RatioResolutionStrategy (com.badlogic.gdx.backends.android.surfaceview.RatioResolutionStrategy)1 MeshShaderTest (com.badlogic.gdx.tests.MeshShaderTest)1 GdxTest (com.badlogic.gdx.tests.utils.GdxTest)1 BdxApp (com.comp.proj.BdxApp)1 RubeLoaderTest (com.gushikustudios.rube.RubeLoaderTest)1 MyFirstGame (com.mygdx.game.MyFirstGame)1 ShatteredPixelDungeon (com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon)1 Semiprime (com.snd.semiprime.Semiprime)1 PDPlatformSupport (com.watabou.utils.PDPlatformSupport)1 DefaultThreadImpl (io.anuke.kryonet.DefaultThreadImpl)1 KryoClient (io.anuke.kryonet.KryoClient)1 KryoServer (io.anuke.kryonet.KryoServer)1 ThreadProvider (io.anuke.mindustry.core.ThreadHandler.ThreadProvider)1 Platform (io.anuke.mindustry.io.Platform)1 TextField (io.anuke.ucore.scene.ui.TextField)1 DateFormat (java.text.DateFormat)1