SilenceDut / KnowWeather

一款美观、实用的天气app。实践了模块化架构 和 Android Architecture Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KnowWeather

[Deprecated 目前外部接口已不可用,在未找到新的天气接口时废弃]

美观、实用的天气app,基于谷歌最新的 Android Architecture Components架构和微信Android模块化架构重构实践对项目进行了重构 实践Hub在项目中的使用

建议先下载应用knowweather.apk 体验下,以免浪费你的时间O(∩_∩)O。

效果图

整体框架

todo

特点

  • 多moudle架构的实践
  • Android Architecture Components 实践
  • 支持县级、区级天气
  • JobScheduler与JobService的使用
  • 轮询系统定时更新天气
  • 简洁的界面
  • ...

天气接口使用声明

现在这个天气的接口用的是和风天气的免费接口,key值也直接暴露出来了,建议自己去申请使用,因为免费版每天有一定的请求限制。

License

Copyright 2016 SilenceDut

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.

About

一款美观、实用的天气app。实践了模块化架构 和 Android Architecture Components


Languages

Language:Java 99.8%Language:Python 0.2%