Android照片处理框架,支持拍照,从相册选择照片,照片裁切与压缩的轻量级框架--TakePhoto
该框架封装了部分机型 如三星手机拍完照片旋转屏幕遇到的一些问题。
如github上面介绍的那样 只需要继承 继承TakePhotoActivity、TakePhotoFragmentActivity、TakePhotoFragment三者之一。
重写三个方法:
void takeSuccess(String imagePath); void takeFail(String msg); void takeCancel();
感谢原作者:http://www.jianshu.com/p/60bcaa2c7b3e?utm_campaign=haruki&utm_content=note&utm_medium=reader_share&utm_source=qzone
github:https://github.com/crazycodeboy/TakePhoto
关于圆形头像可以进一步封装 后续。。。