# WeatherAlarmClock **Repository Path**: sysdl132/WeatherAlarmClock ## Basic Information - **Project Name**: WeatherAlarmClock - **Description**: Alarm clock with weather forecast 一款具有天气提醒功能的闹钟(mirrored from github) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-30 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeatherAlarmClock 天气闹钟 ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/logo.png) 简介 ----------------- 天气闹钟是一款具有天气提醒功能的闹钟,灵感来自于出门前经常忘记看天气预报没有带伞而淋雨的尴尬情况。 主要功能:闹钟、天气预报、计时器、录音、城市管理、城市搜索、自动定位、主题切换、扫描二维码,创造二维码、清除缓存、一键清理等。 ### 扫码下载: ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/qrcode.png) [下载链接](http://zhushou.360.cn/detail/index/soft_id/3242718) 截图 -------------- ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/1.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/2.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/3.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/4.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/5.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/6.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/7.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/8.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/9.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/10.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/11.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/12.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/13.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/14.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/15.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/16.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/17.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/18.jpeg) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/19.jpeg) 参考项目 -------------- * [ZXingLib](https://github.com/xuyisheng/ZXingLib) 参考二维码扫描 * [SimplifyReader](https://github.com/SkillCollege/SimplifyReader) 参考浏览本地图片 * [superCleanMaster](https://github.com/joyoyao/superCleanMaster) 参考内存清理 * [TimerView](https://github.com/pheynix/TimerView) 参考自定义计时器绘制 * [AndroidDaemonService](https://github.com/D-clock/AndroidDaemonService) 参考灰色保活 为天气闹钟而诞生的库 --------------- * [WeatherChartView](https://github.com/kaku2015/WeatherChartView) ![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/wcv.png) 用到的开源库 ------------- * [PagerSlidingTabStrip](https://github.com/astuetz/PagerSlidingTabStrip) * [leakcanary](https://github.com/square/leakcanary) * [Android-PullToRefresh](https://github.com/chrisbanes/Android-PullToRefresh) * [Android-AppDaemon](https://github.com/Coolerfall/Android-AppDaemon) * [otto](https://github.com/square/otto) * [okhttp](https://github.com/square/okhttp) * [glide](https://github.com/bumptech/glide) * [SmoothProgressBar](https://github.com/castorflex/SmoothProgressBar) * [zxing](https://github.com/zxing/zxing) * [waveloadingview](https://github.com/tangqi92/WaveLoadingView) * [material-dialogs](https://github.com/afollestad/material-dialogs) * [SwipeBackLayout](https://github.com/ikew0ng/SwipeBackLayout) * [recyclerview-animators](https://github.com/wasabeef/recyclerview-animators) * [material-ripple](https://github.com/balysv/material-ripple) * [RoundedImageView](https://github.com/vinc3m1/RoundedImageView) * [overscroll-decor](https://github.com/EverythingMe/overscroll-decor) * [LitePal](https://github.com/LitePalFramework/LitePal) * [umeng](http://www.umeng.com/) * [locSDK](http://lbsyun.baidu.com/) 关于天气闹钟 --------------- 由于这个项目是几年前入门 Android 时写的,所以代码很烂,仅供参考。 ### 严禁用于商业用途!! 联系我 --------------- 邮箱: kaku201313@163.com 邮箱: FishingNetTech@yeah.net License --------------- ``` Copyright (c) 2016-2019 FishingNet(咖枯) 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. ```