File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
### Coding Android客户端代码说明
2
2
3
- ##编译环境
3
+ ## 编译环境
4
4
Android Studio 2.2.3,用gradle引用的许多第三方库,第一次加载会有点慢,加载完毕后要build一下,这些待下划线的类(比如 MainActivity_ )会在build之后自动生成。
5
5
6
- ##包说明
6
+ ## 包说明
7
7
> common 基类和工具类
8
8
>> comment 评论区
9
9
>> enter 输入框
@@ -21,7 +21,7 @@ Android Studio 2.2.3,用gradle引用的许多第三方库,第一次加载会
21
21
> third 一些第三方代码
22
22
> user 好友界面
23
23
24
- ##一些觉得有必要提一下的
24
+ ## 一些觉得有必要提一下的
25
25
因为不想写一堆绑定函数,所以项目用了 [ androidannotations] ( https://github.com/excilys/androidannotations ) ,如果以前没用过最好先看看。
26
26
显示图片用的[ universal-image-loader] ( https://github.com/nostra13/Android-Universal-Image-Loader ) ,网络库用的[ android-async-http] ( https://github.com/loopj/android-async-http ) ,因为登录以后保存的cookie都在[ android-async-http] ( https://github.com/loopj/android-async-http ) ,有些图片需要登录后的cookie才能取到(例如项目文件里面的图片),这种情况就会用先用[ android-async-http] ( https://github.com/loopj/android-async-http ) 下载图片(AttachmentimagePagerFragment.java)。
27
27
@@ -58,8 +58,8 @@ Android Studio 2.2.3,用gradle引用的许多第三方库,第一次加载会
58
58
59
59
- 推送用的是腾讯的信鸽,之前用的是umeng推送,但有延迟有时候很大,而且用新帐号登录后还能收到旧帐号的推送,多种原因之下就换了。
60
60
61
- ##用到的一些开源库说明
61
+ ## 用到的一些开源库说明
62
62
见我写的[ blog] ( http://blog.coding.net/blog/android-open-source-library )
63
63
64
- ##License
64
+ ## License
65
65
Coding is available under the MIT license. See the LICENSE file for more info.
You can’t perform that action at this time.
0 commit comments