2017年5月16日
摘要: 这次的作业是要实现数据库的添加与删除 首先是XML布局 <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content"> < 阅读全文
posted @ 2017-05-16 14:58 王千小弟 阅读(98) 评论(0) 推荐(0)
  2017年5月9日
摘要: 这次的作业比较简单,就直接简述了 首先是布局 <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <EditT 阅读全文
posted @ 2017-05-09 21:24 王千小弟 阅读(108) 评论(0) 推荐(0)
  2017年5月8日
摘要: 首先是布局,布局没什么好说的,估计大家都差不多 直接进入 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:too 阅读全文
posted @ 2017-05-08 16:40 王千小弟 阅读(132) 评论(0) 推荐(0)
  2017年5月2日
摘要: 要想实现输出内容的显示,就得给它们一个输出空间 首先是xml的布局 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmln 阅读全文
posted @ 2017-05-02 21:22 王千小弟 阅读(117) 评论(0) 推荐(0)
  2017年4月18日
摘要: 首先是xml的布局 <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:orientation="vertica 阅读全文
posted @ 2017-04-18 16:03 王千小弟 阅读(118) 评论(0) 推荐(0)
摘要: 第一个xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.andro 阅读全文
posted @ 2017-04-18 15:55 王千小弟 阅读(104) 评论(0) 推荐(0)
  2017年3月28日
摘要: 经过近几个星期的学习,让我对安卓有了更清晰的认识。对于任务T2的学习,使我对TextView,EditText以及Button三个控件有了初步掌握,虽仍不熟练,但还是有所得益处的。 最起码,我知道了很多以前不知道的界面控件,例如: Textview控件常用属性:android:layout_widt 阅读全文
posted @ 2017-03-28 18:00 王千小弟 阅读(192) 评论(2) 推荐(0)