AndroidImageCrop
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/sangmingming/AndroidImageCrop
- 软件文档: https://github.com/sangmingming/AndroidImageCrop
软件介绍
android平台上的图片裁剪,可以获取正方形图片。
使用activity方法:
new Crop(Uri.fromFile( new File(Environment.getExternalStorageDirectory() + "/pic/jjjj.jpg"))) //the picture want to crop .output(Uri.fromFile(new File(Environment.getExternalStorageDirectory() + "/pic/first.jpg"))) //the file to save crop .withWidth(640) //the max width want to save .start(this);
使用view:
<me.isming.crop.view.CropImageLayout android:id="@+id/clip" android:layout_width="match_parent" android:layout_height="match_parent"/>
效果如如图:
企业应用架构模式
Martin Fowler、王怀民、周斌 / 王怀民、周斌 / 机械工业出版社 / 2004-7 / 49.00元
本书作者是当今面向对象软件开发的权威,他在一组专家级合作者的帮助下,将40多种经常出现的解决方案转化成模式,最终写成这本能够应用于任何一种企业应用平台的、关于解决方案的、不可或缺的手册。本书获得了2003年度美国软件开发杂志图书类的生产效率奖和读者选择奖。本书分为两大部分。第一部分是关于如何开发企业应用的简单介绍。第二部分是本书的主体,是关于模式的详细参考手册,每个模式都给出使用方法和实现信息,并一起来看看 《企业应用架构模式》 这本书的介绍吧!
