摘要: 方法:public Dialog createDialog(Context context, View view) { Dialog mSelectPhotoDialog = null; mSelectPhotoDialog = new Dialog(context, R... 阅读全文
posted @ 2016-01-13 09:52 ha_cjy 阅读(958) 评论(0) 推荐(0)
摘要: /** * 将uri转换成字符串 * 解决4.4版本以上获取到的uri是图片名称而非图片路径,导致剪裁图片时提示无法加载图片的问题 * 详细的解决方案,请参考这篇文章 * 当安卓的版本比较高时(如4.4),选择本地相册可能会返回“无法加载此图片” * 原因:... 阅读全文
posted @ 2016-01-13 09:35 ha_cjy 阅读(754) 评论(0) 推荐(0)
摘要: 使用第三方框架EventBus,在register时出现Exception:xxxx has no methods onEvent。场景:在Activity中没有接收事件,只是需要发送事件,但是有对EventBus进行注册和注销,导致了这样的错误。解决办法:将register和unRegister去... 阅读全文
posted @ 2016-01-13 09:31 ha_cjy 阅读(825) 评论(0) 推荐(0)
摘要: import android.content.ContentResolver;import android.content.ContentUris;import android.content.Context;import android.database.Cursor;import android... 阅读全文
posted @ 2016-01-13 09:29 ha_cjy 阅读(413) 评论(0) 推荐(0)
摘要: ANDROID_HOMED:\Program Files\Android-sdkD:\AndroidSDK\android-sdkANDROID_SDK_HOME%ANDROID_HOME%JAVA_HOMED:\Program Files\Java\jdk1.7.0_25D:\InstallDir... 阅读全文
posted @ 2016-01-13 09:26 ha_cjy 阅读(302) 评论(0) 推荐(0)