File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 12
12
KJFrameForAndroid的设计思想是通过封装Android原生SDK中复杂的复杂操作而达到简化Android应用级开发,最终实现快速而又安全的开发APP。我们提倡用最少的代码,完成最多的操作,用最高的效率,完成最复杂的功能。<br >
13
13
14
14
## 快速入门
15
- ####AndroidStudio
15
+ #### AndroidStudio
16
+
16
17
build.gradle中添加:
18
+
17
19
``` groovy
18
- compile 'org.kymjs.kjframe:kjframe:2.6'
20
+ implementation 'org.kymjs.kjframe:kjframe:2.6'
19
21
```
20
- ####eclipse
22
+
23
+ #### eclipse
24
+
21
25
复制jar包 [ KJFrameForAndroid_v2.x] ( https://github.com/kymjs/KJFrameForAndroid/tree/master/binrary ) 到你工程的/libs目录中.
22
26
eclipes版本源码请查看[ 相关分支] ( https://github.com/kymjs/KJFrameForAndroid/tree/eclipse_end )
23
27
24
28
## 使用帮助
25
29
1、很遗憾,没有帮助文档,但这几篇博客也许能帮到你
26
30
[ MVC模块] ( https://github.com/kymjs/KJFrameForAndroid/wiki/MVCLibrary_cn )
27
- [ KJBitmap使用方法] ( http ://www.kymjs.com/code/2015/03/25/01/)
28
- [ KJHttp请求的使用] ( http ://www.kymjs.com/code/2015/05/12/01/)
31
+ [ KJBitmap使用方法] ( https ://www.kymjs.com/code/2015/03/25/01/)
32
+ [ KJHttp请求的使用] ( https ://www.kymjs.com/code/2015/05/12/01/)
29
33
[ 数据库模块使用方法] ( https://github.com/kymjs/KJFrameForAndroid/wiki/DBLibrary )
30
- [ KJBitmap与KJHttp的深度用法] ( http ://www.kymjs.com/code/2015/09/24/01/)
34
+ [ KJBitmap与KJHttp的深度用法] ( https ://www.kymjs.com/code/2015/09/24/01/)
31
35
2、更多在实际项目中使用的Demo: [ 音乐播放器] ( https://github.com/KJFrame/KJMusic ) [ 爱看博客客户端] ( https://github.com/KJFrame/KJBlog )
32
- 3、框架API文档:[ http://kjframe.github.io ] ( http://kjframe.github.io/ )
33
- * 注,KJFrameForAndroid需要在AndroidManifest.xml 中声明如下权限*
36
+ 3、框架API文档:[ http://kjframe.github.io ] ( https://kjframe.github.io/ )
37
+
38
+ * 注,` KJFrameForAndroid ` 需要在 ` AndroidManifest.xml ` 中声明如下权限*
39
+
34
40
``` xml
35
41
<uses-permission android : name =" android.permission.INTERNET" />
36
42
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
You can’t perform that action at this time.
0 commit comments