- 博客(15)
- 收藏
- 关注
转载 Android 基于注解IOC组件化/模块化的架构实践
https://juejin.im/post/5ad2de7c5188255c620f855f 转载于:https://my.oschina.net/kkk3208/blog/181854...
2018-05-25 11:21:00
194
转载 2017年Android百大框架排行榜
转: http://www.jianshu.com/p/5791fea8ef9c?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation ...
2017-12-19 10:23:00
132
转载 仿微信图片查看(转github)
https://github.com/yangchaojiang/ZoomPreviewPicture https://github.com/MrWangChong/DragPhotoView ...
2017-12-11 16:01:00
177
转载 基于retorfit2,Rxjva2,Okhttp3,Glide,Dagger2,GreenDAO等框架采用MVP架构的仿应用商店App(转)...
https://github.com/guzhigang001/Bailan 转载于:https://my.oschina.net/kkk3208/blog/1585528
2017-12-06 11:26:00
137
转载 拖拽角标
https://github.com/qstumn/BadgeView 转载于:https://my.oschina.net/kkk3208/blog/1559985
2017-11-02 17:33:00
165
转载 Android给lunchIcon加角标
https://github.com/leolin310148/ShortcutBadger 转载于:https://my.oschina.net/kkk3208/blog/1559958...
2017-11-02 17:07:00
126
转载 关于Android模块化
转: https://zhuanlan.zhihu.com/p/26370052 转载于:https://my.oschina.net/kkk3208/blog/1545579...
2017-09-29 17:48:00
131
转载 根据业务场景使用Fragment或Activity
转: https://zhidao.baidu.com/question/1050041094110443539.html 转载于:https://my.oschina.net/kkk3...
2017-06-15 02:58:00
107
转载 Activity嵌套多层Fragment 带有回归栈时返回键处理
转载: http://www.jianshu.com/p/fff1ef649fc0 转载于:https://my.oschina.net/kkk3208/blog/961816...
2017-06-15 02:54:00
298
转载 Attribute "height" already defined with incompatible format.
编译期报 aapt faild..... Attribute "height" already defined with incompatible format. 基本是V7包冲突 去除一个就OK ...
2017-06-12 23:27:00
238
转载 Android获取系统文件常用路径(详细)
在android 6.0以前,你可以只关注外置存储是否挂载即可,但是从6.0以后,也就是M系统后,还需要判断是否有读写权限,只有具备这些权限才可以读写外置存储。 1,Context.getFilesDir 获取路径:/data/user/0/应用包名/files 该目录是应用的文件...
2017-05-16 14:05:00
1869
转载 Andriod下拉刷新(适配常用样式动画)
转自:https://github.com/Aspsine/SwipeToLoadLayout 转载于:https://my.oschina.net/kkk3208/blog/897774...
2017-05-11 19:07:00
118
转载 GLSurfaceView布局内使用报空指针问题
<android.opengl.GLSurfaceView android:id="@+id/gls_view" android:layout_width="match_parent" android:layout_height="matc...
2017-05-05 10:43:00
410
转载 使用原声RenderScript实现高斯模糊
/** * Created by kk on 17-4-26 */public class RenderscriptUtils { private static final String TAG = "kk"; private Context context; ...
2017-05-03 17:51:00
152
转载 java实现Android高斯模糊思路
public class GaussFilterTask extends AsyncTask<Void, Double, Void> { private Bitmap bitmap; private Bitmap target; private Conte...
2017-05-03 17:47:00
122
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人