org.opoo.press
类 Application

java.lang.Object
  继承者 org.opoo.press.Application

public class Application
extends java.lang.Object

The global application instance class.

作者:
Alex Lin

构造方法摘要
Application()
           
 
方法摘要
static Context getContext()
           
static boolean isInitialized()
          Check whether the application is initialized.
static void setContext(Context context)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Application

public Application()
方法详细信息

isInitialized

public static boolean isInitialized()
Check whether the application is initialized.

返回:
return true if context is present

getContext

public static Context getContext()
返回:
the context

setContext

public static void setContext(Context context)
参数:
context - the context to set


Copyright © 2013 Opoo.org. All Rights Reserved.