Want to support development? Maybe get a nice server to do your own development on? Check out BuyVM or Vultr using our affiliate links! New users get $50 of free credit with Vultr, and BuyVM offers affordable servers with affordable, true DDoS filtering. You can also support us on Patreon.
Submitted on September 29, 2014 at 12:45 PM

Section 1 (Java)

//public class AndroidLauncher extends AndroidApplication 
//{
//	@Override
//	protected void onCreate (Bundle savedInstanceState) 
//	{
//		super.onCreate(savedInstanceState);
//		
//		AndroidApplicationConfiguration config = new AndroidApplicationConfiguration();
//		
//		initialize(new MyGdxGame(), config);
//	}
//}

public class AndroidLauncher extends AndroidFragmentApplication
{
//	@Override
//	protected void onCreate (Bundle savedInstanceState) 
//	{
//		super.onCreate(savedInstanceState);
//		
//		AndroidApplicationConfiguration config = new AndroidApplicationConfiguration();
//		
//		initialize(new MyGdxGame(), config);
//	}
}