加载中
android下拉刷新

<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/head_view" android:layout_width="match...

2017/08/30 19:46
129
android上拉加载更多

<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/loadmore_view" android:layout_width="m...

2017/08/30 19:45
112
Android Studio

随手记录

2017/08/30 17:11
155
android 图片质量压缩代码

/** * 质量压缩方法 * * @param imagePath 原图片路劲 * @param size 压缩图片到多少KB以内(单位KB) * @return 返回压缩后图片的绝对路径 */ public...

2017/08/29 16:42
200
Unable to instantiate application

08-17 09:20:10.931 21429-21429/com.moreunion.zhenghao E/AndroidRuntime: FATAL EXCEPTION: main Process: com.moreunion.zhenghao, PID: 21429 java.lang.RuntimeException: Unable to i...

图片选择框架galleryfinal

针对7.0crash问题

2017/08/16 20:31
191

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部