
Android源码分享
文章平均质量分 77
koosol
漂在北京的技术宅男。
展开
-
Android开发中的一些小的知识点总结
1.打开相册获取相册中的图片 //选择图片 Intent intent = new Intent(Intent.ACTION_PICK,null); intent.setDataAndType(MediaStore.Images.Media.EXTERNAL_CONTENT_URI,//选择外部存储, "image/*"); startActivi原创 2016-02-17 10:07:30 · 340 阅读 · 0 评论 -
EventBus3.0 使用详解(一)
*.EventBus的github地址:https://github.com/greenrobot/EventBus *.EventBus的官方网站:http://greenrobot.org/eventbus/ *.EventBus的官方文档:http://greenrobot.org/files/eventbus/javadoc/3.0/ 基于EventBus 3.0的使用方法:原创 2016-04-18 11:05:20 · 8411 阅读 · 0 评论