BigPlanetApp.java :  » Map » android-map » com » nevilon » bigplanet » core » Android Open Source

Android Open Source » Map » android map 
android map » com » nevilon » bigplanet » core » BigPlanetApp.java
package com.nevilon.bigplanet.core;

import android.app.Application;

public class BigPlanetApp extends Application {

  public static boolean isDemo = false;
  
  public BigPlanetApp() {
    super();
  }

  @Override
  public void onCreate() {
    Preferences.init(this);
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.