Problem Description
In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.
Wiskey also wants to bring this feature to his image retrieval system.
Every image hav...
分类:
其他好文 时间:
2014-07-24 23:22:23
阅读次数:
256
Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); intent.setType(IMAGE_TYPE); startActivityForResult(intent, 2); ContentResolver r...
分类:
其他好文 时间:
2014-07-24 21:56:22
阅读次数:
222
看惯了JAVA的语法,再看scala的语法,有的晦涩难懂。正好遇到一个介绍scala语法的文章,就直接截图留念。省的再临时抱佛脚了。
分类:
其他好文 时间:
2014-07-24 21:21:47
阅读次数:
511
※效果
※使用到的开源库
PhotoView 图片缩放:支持双击缩放,手指捏拉缩放
https://github.com/chrisbanes/PhotoView
Universalimageloader 图片下载缓存库
https://github.com/nostra13/Android-Universal-Image-Loader
...
分类:
微信 时间:
2014-07-24 17:43:46
阅读次数:
2355
首先是相册图片的获取:private final String IMAGE_TYPE = "image/*";private final int IMAGE_CODE = 0; //这里的IMAGE_CODE是自己任意定义的//使用intent调用系统提供的相册功能,使用startActivity....
分类:
移动开发 时间:
2014-07-24 17:30:35
阅读次数:
306
通过Canvas及File API缩放并上传图片 上 传 MegaPixImage.js/*** Mega pixel ...
分类:
Windows程序 时间:
2014-07-24 12:21:25
阅读次数:
2203