Android开发
文章平均质量分 78
xiaow8852
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Thumbnai结合MediaScanner快速获取图片缩略图
1.启动MediaScanner服务,扫描媒体文件:扫描制定路径:public void scanFileAsync(Context ctx, String filePath) { Intent scanIntent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE); sc转载 2012-06-20 10:35:46 · 1712 阅读 · 0 评论 -
TextView容易被忽视的用法总结
1、在文字的上下左右加图案:android:drawableBottom setCompoundDrawablesWithIntrinsicBounds(int,int,int,int) The drawable to be drawn below the text. android:drawableEnd The drawable to be drawn to the end of原创 2012-07-20 12:38:15 · 2461 阅读 · 0 评论 -
Android编码规范的那些事情
1、Code Style Guidelines for Contributorsgoogle推荐了一个android的编码规范建议:英文版地址: http://source.android.com/source/code-style.html中文版,转载于:http://blog.sina.com.cn/s/blog_48d491300100zwzg.h原创 2012-10-17 15:28:29 · 884 阅读 · 0 评论
分享