File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -2082,6 +2082,32 @@ Demo 地址: https://github.com/handsomezhou/PinyinSearchLibrary/blob/master/e
2082
2082
https://github.com/handsomezhou/PinyinSearchLibrary/blob/master/external_res/image/Qwerty_search.png
2083
2083
APP 示例: 通讯录应用,微信电话本
2084
2084
2085
+ 1.PrainView
2086
+ PaintView 是一个画图工具:
2087
+ 可直接使用设定按钮来实现已拥有的方法,且拓展性强
2088
+ 基础功能:更换颜色、更换橡皮、以及更换橡皮和笔的粗细、清屏、倒入图片
2089
+ 特殊功能:保存画笔轨迹帧动画、帧动画导入导出、ReDo和UnDo
2090
+ 项目地址:[ Paintview] ( https://github.com/lfkdsk/JustWeTools )
2091
+ 效果图:![ p1] ( https://github.com/lfkdsk/JustWeTools/blob/master/picture/gif.gif )
2092
+ ![ p2] ( https://github.com/lfkdsk/JustWeTools/blob/master/picture/io.gif )
2093
+ demo地址:[ apk地址] ( https://github.com/lfkdsk/JustWeTools/blob/master/demo/DrawAPicture.apk )
2094
+ 原理解析:[ PaintView 绘图控件解析] ( http://www.cnblogs.com/lfk-dsk/p/4768850.html )
2095
+
2096
+ 1.CodeView
2097
+ CodeView代码查看/修改工具: 基于WebView制作的代码编辑器,实现代码高亮,暗色主题
2098
+ 项目地址:[ CodeView] ( https://github.com/lfkdsk/JustWeTools )
2099
+ 效果图:![ p3] ( https://github.com/lfkdsk/JustWeTools/blob/master/picture/accomplish.png )
2100
+ ![ p4] ( https://github.com/lfkdsk/JustWeTools/blob/master/picture/edit.png )
2101
+ demo地址:[ apk地址] ( https://github.com/lfkdsk/JustWeTools/blob/master/demo/JustWeTools.apk )
2102
+
2103
+ 1.ExplorerView
2104
+ 文件浏览器:继承自ListView,可拓展性强,可进行文件类型分析
2105
+ 项目地址:[ CodeView] ( https://github.com/lfkdsk/JustWeTools )
2106
+ 效果图:![ p5] ( https://github.com/lfkdsk/JustWeTools/blob/master/picture/explorer1.png )
2107
+ ![ p6] ( https://github.com/lfkdsk/JustWeTools/blob/master/picture/explorer2.png )
2108
+ demo地址:[ apk地址] ( https://github.com/lfkdsk/JustWeTools/blob/master/demo/JustWeTools.apk )
2109
+
2110
+
2085
2111
## 第三部分 优秀项目
2086
2112
主要介绍那些 Android 还不错的完整项目,目前包含的项目主要依据是项目有意思或项目分层规范比较好。
2087
2113
You can’t perform that action at this time.
0 commit comments