文件名称:CoolWeather
介绍说明--下载内容来自于网络,使用问题请自行百度
获取实时天气信息,用数据库保存全国城市的天气信息-Get real-time weather information
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CoolWeather/.gitignore
CoolWeather/app/.gitignore
CoolWeather/app/build.gradle
CoolWeather/app/proguard-rules.pro
CoolWeather/app/src/androidTest/java/com/coolweather/android/ApplicationTest.java
CoolWeather/app/src/main/AndroidManifest.xml
CoolWeather/app/src/main/assets/litepal.xml
CoolWeather/app/src/main/java/com/coolweather/android/ChooseAreaFragment.java
CoolWeather/app/src/main/java/com/coolweather/android/db/City.java
CoolWeather/app/src/main/java/com/coolweather/android/db/County.java
CoolWeather/app/src/main/java/com/coolweather/android/db/Province.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/AQI.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Basic.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Forecast.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Now.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Suggestion.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Weather.java
CoolWeather/app/src/main/java/com/coolweather/android/MainActivity.java
CoolWeather/app/src/main/java/com/coolweather/android/service/AutoUpdateService.java
CoolWeather/app/src/main/java/com/coolweather/android/util/HttpUtil.java
CoolWeather/app/src/main/java/com/coolweather/android/util/Utility.java
CoolWeather/app/src/main/java/com/coolweather/android/WeatherActivity.java
CoolWeather/app/src/main/res/drawable-nodpi/bg.jpg
CoolWeather/app/src/main/res/drawable-xxhdpi/ic_back.png
CoolWeather/app/src/main/res/drawable-xxhdpi/ic_home.png
CoolWeather/app/src/main/res/layout/activity_main.xml
CoolWeather/app/src/main/res/layout/activity_weather.xml
CoolWeather/app/src/main/res/layout/aqi.xml
CoolWeather/app/src/main/res/layout/choose_area.xml
CoolWeather/app/src/main/res/layout/forecast.xml
CoolWeather/app/src/main/res/layout/forecast_item.xml
CoolWeather/app/src/main/res/layout/now.xml
CoolWeather/app/src/main/res/layout/suggestion.xml
CoolWeather/app/src/main/res/layout/title.xml
CoolWeather/app/src/main/res/mipmap-hdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-hdpi/logo.png
CoolWeather/app/src/main/res/mipmap-mdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-mdpi/logo.png
CoolWeather/app/src/main/res/mipmap-xhdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-xhdpi/logo.png
CoolWeather/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-xxhdpi/logo.png
CoolWeather/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-xxxhdpi/logo.png
CoolWeather/app/src/main/res/values/colors.xml
CoolWeather/app/src/main/res/values/dimens.xml
CoolWeather/app/src/main/res/values/strings.xml
CoolWeather/app/src/main/res/values/styles.xml
CoolWeather/app/src/main/res/values-w820dp/dimens.xml
CoolWeather/app/src/test/java/com/coolweather/android/ExampleUnitTest.java
CoolWeather/build.gradle
CoolWeather/gradle/wrapper/gradle-wrapper.jar
CoolWeather/gradle/wrapper/gradle-wrapper.properties
CoolWeather/gradle.properties
CoolWeather/gradlew
CoolWeather/gradlew.bat
CoolWeather/LICENSE
CoolWeather/README.md
CoolWeather/settings.gradle
CoolWeather/app/src/main/java/com/coolweather/android/db
CoolWeather/app/src/main/java/com/coolweather/android/gson
CoolWeather/app/src/main/java/com/coolweather/android/service
CoolWeather/app/src/main/java/com/coolweather/android/util
CoolWeather/app/src/androidTest/java/com/coolweather/android
CoolWeather/app/src/main/java/com/coolweather/android
CoolWeather/app/src/test/java/com/coolweather/android
CoolWeather/app/src/androidTest/java/com/coolweather
CoolWeather/app/src/main/java/com/coolweather
CoolWeather/app/src/test/java/com/coolweather
CoolWeather/app/src/androidTest/java/com
CoolWeather/app/src/main/java/com
CoolWeather/app/src/main/res/drawable-nodpi
CoolWeather/app/src/main/res/drawable-xxhdpi
CoolWeather/app/src/main/res/layout
CoolWeather/app/src/main/res/mipmap-hdpi
CoolWeather/app/src/main/res/mipmap-mdpi
CoolWeather/app/src/main/res/mipmap-xhdpi
CoolWeather/app/src/main/res/mipmap-xxhdpi
CoolWeather/app/src/main/res/mipmap-xxxhdpi
CoolWeather/app/src/main/res/values
CoolWeather/app/src/main/res/values-w820dp
CoolWeather/app/src/test/java/com
CoolWeather/app/src/androidTest/java
CoolWeather/app/src/main/assets
CoolWeather/app/src/main/java
CoolWeather/app/src/main/res
CoolWeather/app/src/test/java
CoolWeather/app/src/androidTest
CoolWeather/app/src/main
CoolWeather/app/src/test
CoolWeather/app/src
CoolWeather/gradle/wrapper
CoolWeather/app
CoolWeather/gradle
CoolWeather
CoolWeather/app/.gitignore
CoolWeather/app/build.gradle
CoolWeather/app/proguard-rules.pro
CoolWeather/app/src/androidTest/java/com/coolweather/android/ApplicationTest.java
CoolWeather/app/src/main/AndroidManifest.xml
CoolWeather/app/src/main/assets/litepal.xml
CoolWeather/app/src/main/java/com/coolweather/android/ChooseAreaFragment.java
CoolWeather/app/src/main/java/com/coolweather/android/db/City.java
CoolWeather/app/src/main/java/com/coolweather/android/db/County.java
CoolWeather/app/src/main/java/com/coolweather/android/db/Province.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/AQI.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Basic.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Forecast.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Now.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Suggestion.java
CoolWeather/app/src/main/java/com/coolweather/android/gson/Weather.java
CoolWeather/app/src/main/java/com/coolweather/android/MainActivity.java
CoolWeather/app/src/main/java/com/coolweather/android/service/AutoUpdateService.java
CoolWeather/app/src/main/java/com/coolweather/android/util/HttpUtil.java
CoolWeather/app/src/main/java/com/coolweather/android/util/Utility.java
CoolWeather/app/src/main/java/com/coolweather/android/WeatherActivity.java
CoolWeather/app/src/main/res/drawable-nodpi/bg.jpg
CoolWeather/app/src/main/res/drawable-xxhdpi/ic_back.png
CoolWeather/app/src/main/res/drawable-xxhdpi/ic_home.png
CoolWeather/app/src/main/res/layout/activity_main.xml
CoolWeather/app/src/main/res/layout/activity_weather.xml
CoolWeather/app/src/main/res/layout/aqi.xml
CoolWeather/app/src/main/res/layout/choose_area.xml
CoolWeather/app/src/main/res/layout/forecast.xml
CoolWeather/app/src/main/res/layout/forecast_item.xml
CoolWeather/app/src/main/res/layout/now.xml
CoolWeather/app/src/main/res/layout/suggestion.xml
CoolWeather/app/src/main/res/layout/title.xml
CoolWeather/app/src/main/res/mipmap-hdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-hdpi/logo.png
CoolWeather/app/src/main/res/mipmap-mdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-mdpi/logo.png
CoolWeather/app/src/main/res/mipmap-xhdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-xhdpi/logo.png
CoolWeather/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-xxhdpi/logo.png
CoolWeather/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
CoolWeather/app/src/main/res/mipmap-xxxhdpi/logo.png
CoolWeather/app/src/main/res/values/colors.xml
CoolWeather/app/src/main/res/values/dimens.xml
CoolWeather/app/src/main/res/values/strings.xml
CoolWeather/app/src/main/res/values/styles.xml
CoolWeather/app/src/main/res/values-w820dp/dimens.xml
CoolWeather/app/src/test/java/com/coolweather/android/ExampleUnitTest.java
CoolWeather/build.gradle
CoolWeather/gradle/wrapper/gradle-wrapper.jar
CoolWeather/gradle/wrapper/gradle-wrapper.properties
CoolWeather/gradle.properties
CoolWeather/gradlew
CoolWeather/gradlew.bat
CoolWeather/LICENSE
CoolWeather/README.md
CoolWeather/settings.gradle
CoolWeather/app/src/main/java/com/coolweather/android/db
CoolWeather/app/src/main/java/com/coolweather/android/gson
CoolWeather/app/src/main/java/com/coolweather/android/service
CoolWeather/app/src/main/java/com/coolweather/android/util
CoolWeather/app/src/androidTest/java/com/coolweather/android
CoolWeather/app/src/main/java/com/coolweather/android
CoolWeather/app/src/test/java/com/coolweather/android
CoolWeather/app/src/androidTest/java/com/coolweather
CoolWeather/app/src/main/java/com/coolweather
CoolWeather/app/src/test/java/com/coolweather
CoolWeather/app/src/androidTest/java/com
CoolWeather/app/src/main/java/com
CoolWeather/app/src/main/res/drawable-nodpi
CoolWeather/app/src/main/res/drawable-xxhdpi
CoolWeather/app/src/main/res/layout
CoolWeather/app/src/main/res/mipmap-hdpi
CoolWeather/app/src/main/res/mipmap-mdpi
CoolWeather/app/src/main/res/mipmap-xhdpi
CoolWeather/app/src/main/res/mipmap-xxhdpi
CoolWeather/app/src/main/res/mipmap-xxxhdpi
CoolWeather/app/src/main/res/values
CoolWeather/app/src/main/res/values-w820dp
CoolWeather/app/src/test/java/com
CoolWeather/app/src/androidTest/java
CoolWeather/app/src/main/assets
CoolWeather/app/src/main/java
CoolWeather/app/src/main/res
CoolWeather/app/src/test/java
CoolWeather/app/src/androidTest
CoolWeather/app/src/main
CoolWeather/app/src/test
CoolWeather/app/src
CoolWeather/gradle/wrapper
CoolWeather/app
CoolWeather/gradle
CoolWeather
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.