Skip to content

Commit a3c7c2f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8e7045f + fe7a972 commit a3c7c2f

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Git.NB
2+
A android app client for Github.
3+
4+
![](https://raw.githubusercontent.com/Jeffmen/Git.NB/master/apk/launcher_icon.png)
5+
6+
##效果图
7+
8+
![image](https://raw.githubusercontent.com/Jeffmen/Git.NB/master/apk/Screenshot.png)
9+
10+
##关于项目
11+
这是我的第一个写的比较完整的开源项目,material design风格, [apk下载](https://raw.githubusercontent.com/Jeffmen/Git.NB/master/apk/app-release.apk)。GitNB这个名字的意思,就是用APP关注Git上牛B的大牛们,慢慢地学习让Git的开源项目,让自己也能成为大牛。哈哈。。。。
12+
13+
一开始是用Eclipse上开发,后来移到Android studio上,如果想看Eclipse版本的,请点[GitNB](https://github.com/Jeffmen/GitNB),代码没有这个新,移过来就没有更新了.
14+
15+
如果发现有任何问题和建议,随时欢迎Email或者开Issues, 如果有版权问题,立即删除。
16+
17+
###使用的开源技术
18+
1,网络端使用非常牛叉非常好用的[Retrofit2.0](https://github.com/square/retrofit)
19+
20+
2,网络图片加载用的[Fresco](https://github.com/facebook/fresco)
21+
22+
3,[RycyclerView animators](https://github.com/wasabeef/recyclerview-animators)动画
23+
24+
4,左滑退出界面引用[Swipebacklayout](https://github.com/ikew0ng/SwipeBackLayout),gradle上版本好像没代码新,里面有个BUG,左 滑背景是黑的,不是透明的,最新代码是没有这个问题的。
25+
26+
###关于GitHub的api
27+
GitHub的api管理非学好,好用易懂,真是楷模啊,可以去官网看[api](https://developer.github.com/v3/)的使用介绍。
28+
GitHub客户端登录认证,可以的自己账户设置里OAuth applications-Developer applications中申请。
29+
30+
31+
如果对你有帮助给个star吧,欢迎pull requests(^_^)
32+
33+
# License
34+
35+
Copyright 2015 SilenceDut
36+
37+
Licensed under the Apache License, Version 2.0 (the "License");you may not use this
38+
39+
file except in compliance with the License.You may obtain a copy of the License at
40+
41+
[http://www.apache.org/licenses/LICENSE-2.0]
42+
43+
Unless required by applicable law or agreed to in writing, software distributed under
44+
45+
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
46+
47+
ANY KIND, either express or implied. See the License for the specific language
48+
49+
governing permissions and limitations under the License.
50+
51+
52+

0 commit comments

Comments
 (0)