org.opoo.press
类 Application
java.lang.Object
org.opoo.press.Application
public class Application
- extends Object
The global application instance class.
- 作者:
- Alex Lin
| 从类 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-2014 Opoo.org. All Rights Reserved.