Skip to content

Commit 952d5a8

Browse files
authored
Update README.md
1 parent 3afb1db commit 952d5a8

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,31 @@
1212
KJFrameForAndroid的设计思想是通过封装Android原生SDK中复杂的复杂操作而达到简化Android应用级开发,最终实现快速而又安全的开发APP。我们提倡用最少的代码,完成最多的操作,用最高的效率,完成最复杂的功能。<br>
1313

1414
## 快速入门
15-
####AndroidStudio
15+
#### AndroidStudio
16+
1617
build.gradle中添加:
18+
1719
```groovy
18-
compile 'org.kymjs.kjframe:kjframe:2.6'
20+
implementation 'org.kymjs.kjframe:kjframe:2.6'
1921
```
20-
####eclipse
22+
23+
#### eclipse
24+
2125
复制jar包 [KJFrameForAndroid_v2.x](https://github.com/kymjs/KJFrameForAndroid/tree/master/binrary) 到你工程的/libs目录中.
2226
eclipes版本源码请查看[相关分支](https://github.com/kymjs/KJFrameForAndroid/tree/eclipse_end)
2327

2428
## 使用帮助
2529
1、很遗憾,没有帮助文档,但这几篇博客也许能帮到你
2630
[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/)
2933
[数据库模块使用方法](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/)
3135
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+
3440
```xml
3541
<uses-permission android:name="android.permission.INTERNET" />
3642
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

0 commit comments

Comments
 (0)