SeeWeather is an following ** Material Design** Weather application.Use the least Permission to do the best with the least experience.
- CardView Display(Current weather conditions,The next few hours the weather conditions,Life suggestion,A week overview)
- Cache data, reduce network requests, ensure that offline viewing
- Built-in two sets of icons
- Automatic positioning
- Automatic night mode
Permission Description
<!--用于进行网络定位-->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<!--用于访问GPS定位-->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<!--获取运营商信息,用于支持提供运营商信息相关的接口-->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<!--用于访问wifi网络信息,wifi信息会用于进行网络定位-->
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<!--这个权限用于获取wifi的获取权限,wifi信息会用来进行网络定位-->
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<!--用于访问网络,网络定位需要上网-->
<uses-permission android:name="android.permission.INTERNET"/>
<!--用于读取手机当前的状态-->
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<!--写入扩展存储,向扩展卡写入数据,用于写入缓存定位数据-->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
Fir.im: http://fir.im/seeWeather
Wandoujia:http://www.wandoujia.com/apps/com.xiecc.seeWeather
Flyme: http://developer.meizu.com/console/apps/detail/6530883
Kuan:http://www.coolapk.com/apk/com.xiecc.seeWeather
- Widget
- Notification
- Prettier Weather Icons
- Multi-City Selection
-
Automatic Positioning - DIY Items Interface
Weather Data:和风天气
City Data:CSDN
City Orientation: 高德地图
JianShu:http://www.jianshu.com/users/3372b4a3b9e5/latest_articles
ZhiHu:https://www.zhihu.com/people/xcc3641.github.io
WeiBo:http://weibo.com/xcc3641
Blog: http://IMXIE.CC
Copyright 2016 HugoXie Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
** Pictures from the network, the copyright belongs to the original author.**