在任何地方使用应用程序上下文?
public class MyApp extends android.app.Application {
private static MyApp instance;
public MyApp() {
instance = this;
}
public static Context getContext() {
return instance;
}}
繁花如伊
当年话下
随时随地看视频慕课网APP
相关分类