摘要: public class ViewHolder { // I added a generic return type to reduce the casting noise in client code @SuppressWarnings("unchecked") public static T get(View view, int id) { SparseArray viewHolder =... 阅读全文
posted @ 2014-06-23 17:50 指鹿为驴 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 转载自: http://www.eoeandroid.com/thread-497277-1-1.html 效果很好,特意转载过来记录一下,加深一下印象。 效果就是 :中间的方框不动,可以拖动图片,选择要裁剪的位置。 源码下载地址:http://download.csdn.net/detail/abc13939746593/7540163 阅读全文
posted @ 2014-06-23 17:16 指鹿为驴 阅读(1412) 评论(0) 推荐(0) 编辑