摘要: public class MyApplication extends Application { public int getColorCount() { return 1; }}public class TestFragment extends Fragment { @Override public void onActivityCreated(Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); int test = ((MyApp... 阅读全文
posted @ 2014-04-08 23:36 thirsty coder 阅读(467) 评论(0) 推荐(0) 编辑