摘要: public class MainActivity extends Activity { private String tag = "MainActivity"; @Override protected void onCreate(Bundle savedInstanceState) { super 阅读全文
posted @ 2016-10-23 12:38 WinterAndRain 阅读(110) 评论(0) 推荐(0)
摘要: public class MainActivity extends Activity { TextView tv; EditText et; Button bt; @Override protected void onCreate(Bundle savedInstanceState) { super 阅读全文
posted @ 2016-10-23 11:22 WinterAndRain 阅读(141) 评论(0) 推荐(0)