诺虫的箱子

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  97 随笔 :: 4 文章 :: 4 评论 :: 56347 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

09 2019 档案

摘要:ProgressBar分为水平和垂直的 阅读全文
posted @ 2019-09-29 19:51 诺虫的箱子 阅读(378) 评论(0) 推荐(0) 编辑

摘要:Intent intent = new Intent(Intent.ACTION_SENDTO); String number = et_main_number.getText().toString().trim(); String sms = et_main_sms.getText().toStrin... 阅读全文
posted @ 2019-09-23 21:49 诺虫的箱子 阅读(104) 评论(0) 推荐(0) 编辑

摘要:启动其他应用的组件用隐式意图,指定的是一个action,intent(String action),那他们是怎么匹配到的呢,这个时候就要涉及到意图过滤器,在意图过滤器(Intnet-filter)里有一行<action android:name="android.intent.action.MAIN 阅读全文
posted @ 2019-09-15 19:39 诺虫的箱子 阅读(524) 评论(0) 推荐(0) 编辑

摘要:public class LinearRecyclerViewActivity extends AppCompatActivity { RecyclerView mRvMain;@Overrideprotected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);set... 阅读全文
posted @ 2019-09-08 21:56 诺虫的箱子 阅读(260) 评论(0) 推荐(0) 编辑

摘要:1、创建ListView 控件 2、设置adapter数据适配器 3、创建Adapter 4、item 的布局 阅读全文
posted @ 2019-09-04 21:47 诺虫的箱子 阅读(168) 评论(0) 推荐(0) 编辑

摘要:android:scaleType="fitCenter" 阅读全文
posted @ 2019-09-03 23:25 诺虫的箱子 阅读(180) 评论(0) 推荐(0) 编辑

摘要:一、自定义选择框的样式 1、准备好图片 2、新建一个 drawable资源文件 3添加代码 4、设置布局文件 二、添加监听事件 阅读全文
posted @ 2019-09-03 22:16 诺虫的箱子 阅读(176) 评论(0) 推荐(0) 编辑

摘要:恢复内容开始 使用checked项必须设置id 把单选前面的按钮去掉,换成xml文件 选中事件 阅读全文
posted @ 2019-09-01 18:58 诺虫的箱子 阅读(252) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示