文件名称:tianqiyubao
介绍说明--下载内容均来自于网络,请自行研究使用
天气信息界面包含了温度,日出,风力,降水概率,发布时间等信息,此外还有当天某个时间点的天气预测信息,以ListView组件呈现。两个按钮也是提供了重新选择城市以及更新天气信息的功能。
1. com.czy.weather.Activity包存放的是Activity类,程序严格来说也仅有“选择城市”和“天气信息”两个界面,所以说只需要建立两个Activity类。
2. com.czy.weather.Adapter包存放的是关于“当天某个时间点天气预测”的类。
3. com.czy.weather.DB包存放的是关于数据库SQLite的相关类,用来存储中国的地区信息,以免重复查询浪费流量。-The weather information interface contains the temperature, sunrise, wind, precipitation probability, release time and other information, in addition to the day of a certain point of time weather forecast information in order to present the ListView component. The two button is also available to re the city as well as the function of updating the weather information.
1 com.czy.weather.Activity package is stored in the Activity class, the program is strictly only the choice of city and weather information two interface, so that only need to build two Activity class.
2 com.czy.weather.Adapter package is about the day of a certain point of time weather forecast category.
3 com.czy.weather.DB package is about the SQLite related categories, used to store information in China s regional, so as not to repeat the query waste flow.
1. com.czy.weather.Activity包存放的是Activity类,程序严格来说也仅有“选择城市”和“天气信息”两个界面,所以说只需要建立两个Activity类。
2. com.czy.weather.Adapter包存放的是关于“当天某个时间点天气预测”的类。
3. com.czy.weather.DB包存放的是关于数据库SQLite的相关类,用来存储中国的地区信息,以免重复查询浪费流量。-The weather information interface contains the temperature, sunrise, wind, precipitation probability, release time and other information, in addition to the day of a certain point of time weather forecast information in order to present the ListView component. The two button is also available to re the city as well as the function of updating the weather information.
1 com.czy.weather.Activity package is stored in the Activity class, the program is strictly only the choice of city and weather information two interface, so that only need to build two Activity class.
2 com.czy.weather.Adapter package is about the day of a certain point of time weather forecast category.
3 com.czy.weather.DB package is about the SQLite related categories, used to store information in China s regional, so as not to repeat the query waste flow.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Android适合新手学习的天气预报项目代码
.....................................\demo
.....................................\....\ZYweather
.....................................\....\.........\.classpath
.....................................\....\.........\.project
.....................................\....\.........\.settings
.....................................\....\.........\.........\org.eclipse.jdt.core.prefs
.....................................\....\.........\AndroidManifest.xml
.....................................\....\.........\assets
.....................................\....\.........\gen
.....................................\....\.........\...\com
.....................................\....\.........\...\...\czy
.....................................\....\.........\...\...\...\weather
.....................................\....\.........\...\...\...\.......\BuildConfig.java
.....................................\....\.........\...\...\...\.......\R.java
.....................................\....\.........\ic_launcher-web.png
.....................................\....\.........\libs
.....................................\....\.........\....\android-support-v4.jar
.....................................\....\.........\proguard-project.txt
.....................................\....\.........\project.properties
.....................................\....\.........\res
.....................................\....\.........\...\drawable-hdpi
.....................................\....\.........\...\.............\home.png
.....................................\....\.........\...\.............\ic_launcher.png
.....................................\....\.........\...\.............\refresh.png
.....................................\....\.........\...\drawable-ldpi
.....................................\....\.........\...\drawable-mdpi
.....................................\....\.........\...\.............\ic_launcher.png
.....................................\....\.........\...\drawable-xhdpi
.....................................\....\.........\...\..............\ic_launcher.png
.....................................\....\.........\...\drawable-xxhdpi
.....................................\....\.........\...\...............\ic_launcher.png
.....................................\....\.........\...\layout
.....................................\....\.........\...\......\choose_area.xml
.....................................\....\.........\...\......\hourly_forecast.xml
.....................................\....\.........\...\......\weather_layout.xml
.....................................\....\.........\...\menu
.....................................\....\.........\...\....\main.xml
.....................................\....\.........\...\values
.....................................\....\.........\...\......\dimens.xml
.....................................\....\.........\...\......\strings.xml
.....................................\....\.........\...\......\styles.xml
.....................................\....\.........\...\values-v11
.....................................\....\.........\...\..........\styles.xml
.....................................\....\.........\...\values-v14
.....................................\....\.........\...\..........\styles.xml
.....................................\....\.........\...\values-w820dp
.....................................\....\.........\...\.............\dimens.xml
.....................................\....\.........\src
.....................................\....\.........\...\com
.....................................\....\.........\...\...\czy
.....................................\....\.........\...\...\...\weather
.....................................\....\.........\...\...\...\.......\Activity
.....................................\....\.........\...\...\...\.......\........\ChooseAreaActivity.java
.....................................\....\.........\...\...\...\.......\........\WeatherActivity.java
.....................................\....\.........\...\...\...\.......\Adapter
........................