Skip to content

Instantly share code, notes, and snippets.

View burakkurkcu's full-sized avatar
🎯
Focusing

Burak Kurkcu burakkurkcu

🎯
Focusing
View GitHub Profile
@burakkurkcu
burakkurkcu / AndroidLauncher.java
Created October 15, 2015 20:30
Chartboost libGDX Implementation
public class AndroidLauncher extends AndroidApplication {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
AndroidApplicationConfiguration config = new AndroidApplicationConfiguration();
Chartboost.startWithAppId(this, “CHARTBOOST_APP_ID", “CHARTBOOST_APP_SIGNATURE");
Chartboost.onCreate(this);