android使用全局变量的一个方法
萌到你眼炸
714次浏览
2020年08月02日 09:24
最佳经验
本文由作者推荐
屯读音-征尘
public class MyApp extends Application {
private Integer[] state;
public Integer[] getState() {
return state;
}
public void setState(Integer[] state) {
= state;
}
@Override
public void onCreate() {
// TODO Auto-generated method stub
te();
setState(we);
}//一定要在onCreate方法里给变量赋值
public Integer[] we=new Integer[]{
le.b_0,le.b_1,le.b_2,
le.b_3,le.b_4,le.b_5
};
}
在所需要的activity中使用
MyApp appState = (MyApp)getApplicationContext();
Integer[] we = te();
来获取,最后一步别忘了在manifest中的application标签中添加 android:name=".MyApp"(这儿不是新建