摘要: import android.content.DialogInterface; import android.content.Intent; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import a... 阅读全文
posted @ 2018-08-28 17:31 &慧& 阅读(96) 评论(0) 推荐(0)
摘要: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); final EditT... 阅读全文
posted @ 2018-08-28 16:01 &慧& 阅读(119) 评论(0) 推荐(0)
摘要: Button的点击事件注册一个监听事件两种写法; 第一种 第二种 阅读全文
posted @ 2018-08-28 15:10 &慧& 阅读(310) 评论(0) 推荐(0)