Skip to content

Commit 4691b09

Browse files
authoredSep 4, 2017
Update README.md
1 parent da2eb8d commit 4691b09

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
 

‎README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
PerfectWeather
2+
==============
3+
perfectweather(完美天气)是一个基于MVP架构的天气应用,rxjava+retrofit+okhttp;
4+
 
5+
## screenshot
6+
<a href="screenshot/pic1.png"><img src="screenshot/pic1.png" width="40%"/></a> <a href="screenshot/pic2.png"><img src="screenshot/pic2.png" width="40%"/></a>
7+
<a href="screenshot/pic3.png"><img src="screenshot/pic3.png" width="40%"/></a> <a href="screenshot/pic4.png"><img src="screenshot/pic4.png" width="40%"/></a>
8+
<a href="screenshot/pic5.png"><img src="screenshot/pic5.png" width="40%"/></a>
9+
## 简介
10+
第一个小demo,因为很多地方参考了别人的demo,代码难免比较粗糙。天气接口用的是和风天气,由于API的限制,只能获取未来三天的天气预报。
11+
定位接口采用的是高德。主要用到的第三方lib有rxjava,retrofit,okhttp,Rxpermission,butterknife等
12+
13+
14+
 
15+
License
16+
============
17+
Copyright 2017 AbbyJM.
18+
19+
Licensed under the Apache License, Version 2.0 (the "License");
20+
you may not use this file except in compliance with the License.
21+
You may obtain a copy of the License at
22+
23+
http://www.apache.org/licenses/LICENSE-2.0
24+
25+
Unless required by applicable law or agreed to in writing, software
26+
distributed under the License is distributed on an "AS IS" BASIS,
27+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28+
See the License for the specific language governing permissions and
29+
limitations under the License.

0 commit comments

Comments
 (0)
Please sign in to comment.