文件名称:CoolWeather

  • 所属分类:
  • android开发
  • 资源属性:
  • 上传时间:
  • 2018-05-07
  • 文件大小:
  • 650kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • yangm*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

一款界面美观,功能实用的天气预报APP,可以选择全国不同城市,自动刷新实时天气情况。(This is an app which is very beautiful and useful,you can choose different cities and check the weather forecast.)
相关搜索: android
天气预报
APP

(系统自动生成,下载前可以参看下载内容)

下载文件列表

文件名大小更新时间
CoolWeather\.gitignore 465 2018-01-14
CoolWeather\.idea\gradle.xml 449 2018-03-26
CoolWeather\.idea\misc.xml 1525 2018-03-26
CoolWeather\.idea\modules.xml 262 2018-03-26
CoolWeather\.idea\runConfigurations.xml 564 2018-03-26
CoolWeather\.idea\workspace.xml 44669 2018-03-31
CoolWeather\app\.gitignore 7 2018-01-14
CoolWeather\app\build.gradle 813 2018-01-14
CoolWeather\app\proguard-rules.pro 679 2018-01-14
CoolWeather\app\src\androidTest\java\com\coolweather\android\ApplicationTest.java 354 2018-01-14
CoolWeather\app\src\main\AndroidManifest.xml 977 2018-01-14
CoolWeather\app\src\main\assets\litepal.xml 334 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\ChooseAreaFragment.java 9578 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\db\City.java 799 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\db\County.java 803 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\db\Province.java 669 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\gson\AQI.java 179 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\gson\Basic.java 355 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\gson\Forecast.java 447 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\gson\Now.java 315 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\gson\Suggestion.java 540 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\gson\Weather.java 349 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\MainActivity.java 774 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\service\AutoUpdateService.java 3741 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\util\HttpUtil.java 384 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\util\Utility.java 3477 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\WeatherActivity.java 9478 2018-01-14
CoolWeather\app\src\main\res\drawable-nodpi\bg.jpg 341578 2018-01-14
CoolWeather\app\src\main\res\drawable-xxhdpi\ic_back.png 191 2018-01-14
CoolWeather\app\src\main\res\drawable-xxhdpi\ic_home.png 310 2018-01-14
CoolWeather\app\src\main\res\layout\activity_main.xml 432 2018-01-14
CoolWeather\app\src\main\res\layout\activity_weather.xml 2077 2018-01-14
CoolWeather\app\src\main\res\layout\aqi.xml 2944 2018-01-14
CoolWeather\app\src\main\res\layout\choose_area.xml 1264 2018-01-14
CoolWeather\app\src\main\res\layout\forecast.xml 805 2018-01-14
CoolWeather\app\src\main\res\layout\forecast_item.xml 1316 2018-01-14
CoolWeather\app\src\main\res\layout\now.xml 782 2018-01-14
CoolWeather\app\src\main\res\layout\suggestion.xml 1249 2018-01-14
CoolWeather\app\src\main\res\layout\title.xml 1133 2018-01-14
CoolWeather\app\src\main\res\mipmap-hdpi\ic_launcher.png 3418 2018-01-14
CoolWeather\app\src\main\res\mipmap-hdpi\logo.png 42637 2018-01-14
CoolWeather\app\src\main\res\mipmap-mdpi\ic_launcher.png 2206 2018-01-14
CoolWeather\app\src\main\res\mipmap-mdpi\logo.png 42637 2018-01-14
CoolWeather\app\src\main\res\mipmap-xhdpi\ic_launcher.png 4842 2018-01-14
CoolWeather\app\src\main\res\mipmap-xhdpi\logo.png 42637 2018-01-14
CoolWeather\app\src\main\res\mipmap-xxhdpi\ic_launcher.png 7718 2018-01-14
CoolWeather\app\src\main\res\mipmap-xxhdpi\logo.png 42637 2018-01-14
CoolWeather\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png 10486 2018-01-14
CoolWeather\app\src\main\res\mipmap-xxxhdpi\logo.png 42637 2018-01-14
CoolWeather\app\src\main\res\values\colors.xml 208 2018-01-14
CoolWeather\app\src\main\res\values\dimens.xml 211 2018-01-14
CoolWeather\app\src\main\res\values\strings.xml 71 2018-01-14
CoolWeather\app\src\main\res\values\styles.xml 381 2018-01-14
CoolWeather\app\src\main\res\values-w820dp\dimens.xml 358 2018-01-14
CoolWeather\app\src\test\java\com\coolweather\android\ExampleUnitTest.java 316 2018-01-14
CoolWeather\build.gradle 498 2018-01-14
CoolWeather\CoolWeather.iml 606 2018-03-26
CoolWeather\gradle\wrapper\gradle-wrapper.jar 53636 2018-01-14
CoolWeather\gradle\wrapper\gradle-wrapper.properties 233 2018-01-14
CoolWeather\gradle.properties 855 2018-01-14
CoolWeather\gradlew 4971 2018-01-14
CoolWeather\gradlew.bat 2314 2018-01-14
CoolWeather\LICENSE 11357 2018-01-14
CoolWeather\local.properties 458 2018-03-26
CoolWeather\README.md 417 2018-01-14
CoolWeather\settings.gradle 15 2018-01-14
CoolWeather\app\src\main\java\com\coolweather\android\db 0 2018-03-26
CoolWeather\app\src\main\java\com\coolweather\android\gson 0 2018-03-26
CoolWeather\app\src\main\java\com\coolweather\android\service 0 2018-03-26
CoolWeather\app\src\main\java\com\coolweather\android\util 0 2018-03-26
CoolWeather\app\src\androidTest\java\com\coolweather\android 0 2018-03-26
CoolWeather\app\src\main\java\com\coolweather\android 0 2018-03-26
CoolWeather\app\src\test\java\com\coolweather\android 0 2018-03-26
CoolWeather\app\src\androidTest\java\com\coolweather 0 2018-03-26
CoolWeather\app\src\main\java\com\coolweather 0 2018-03-26
CoolWeather\app\src\test\java\com\coolweather 0 2018-03-26
CoolWeather\app\src\androidTest\java\com 0 2018-03-26
CoolWeather\app\src\main\java\com 0 2018-03-26
CoolWeather\app\src\main\res\drawable-nodpi 0 2018-03-26
CoolWeather\app\src\main\res\drawable-xxhdpi 0 2018-03-26
CoolWeather\app\src\main\res\layout 0 2018-03-26
CoolWeather\app\src\main\res\mipmap-hdpi 0 2018-03-26
CoolWeather\app\src\main\res\mipmap-mdpi 0 2018-03-26
CoolWeather\app\src\main\res\mipmap-xhdpi 0 2018-03-26
CoolWeather\app\src\main\res\mipmap-xxhdpi 0 2018-03-26
CoolWeather\app\src\main\res\mipmap-xxxhdpi 0 2018-03-26
CoolWeather\app\src\main\res\values 0 2018-03-26
CoolWeather\app\src\main\res\values-w820dp 0 2018-03-26
CoolWeather\app\src\test\java\com 0 2018-03-26
CoolWeather\app\src\androidTest\java 0 2018-03-26
CoolWeather\app\src\main\assets 0 2018-03-26
CoolWeather\app\src\main\java 0 2018-03-26
CoolWeather\app\src\main\res 0 2018-03-26
CoolWeather\app\src\test\java 0 2018-03-26
CoolWeather\app\src\androidTest 0 2018-03-26
CoolWeather\app\src\main 0 2018-03-26
CoolWeather\app\src\test 0 2018-03-26
CoolWeather\app\src 0 2018-03-26
CoolWeather\gradle\wrapper 0 2018-03-26
CoolWeather\.idea 0 2018-03-31

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org