嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
手机天气预报系统毕业设计
.
├── code
│ ├── weatherInfo.txt
│ ├── 手机天气预报系统毕业设计
│ │ ├── AndroidManifest.xml
│ │ ├── gen
│ │ │ └── com
│ │ │ └── weather
│ │ │ └── app
│ │ │ ├── BuildConfig.java
│ │ │ └── R.java
│ │ ├── proguard.cfg
│ │ ├── project.properties
│ │ ├── res
│ │ │ ├── drawable-hdpi
│ │ │ │ ├── app_bg01.jpg
│ │ │ │ ├── app_bg02.jpg
│ │ │ │ ├── app_bg03.jpg
│ │ │ │ ├── app_bg04.jpg
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── item_bg.png
│ │ │ │ ├── item_foot.png
│ │ │ │ ├── item_mid.png
│ │ │ │ ├── item_top.png
│ │ │ │ ├── menu_city_manager.png
│ │ │ │ ├── menu_diy.png
│ │ │ │ ├── menu_update.png
│ │ │ │ ├── top_bar.png
│ │ │ │ ├── weathericon_condition_01.png
│ │ │ │ ├── weathericon_condition_02.png
│ │ │ │ ├── weathericon_condition_03.png
│ │ │ │ ├── weathericon_condition_04.png
│ │ │ │ ├── weathericon_condition_05.png
│ │ │ │ ├── weathericon_condition_06.png
│ │ │ │ ├── weathericon_condition_07.png
│ │ │ │ ├── weathericon_condition_08.png
│ │ │ │ ├── weathericon_condition_09.png
│ │ │ │ ├── weathericon_condition_10.png
│ │ │ │ ├── weathericon_condition_11.png
│ │ │ │ ├── weathericon_condition_12.png
│ │ │ │ ├── weathericon_condition_13.png
│ │ │ │ ├── weathericon_condition_14.png
│ │ │ │ ├── weathericon_condition_15.png
│ │ │ │ ├── weathericon_condition_16.png
│ │ │ │ ├── weathericon_condition_17.png
│ │ │ │ └── widget_bg.png
│ │ │ ├── drawable-ldpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── logo.png
│ │ │ ├── drawable-mdpi
│ │ │ │ ├── gps3.png
│ │ │ │ └── ic_launcher.png
│ │ │ ├── layout
│ │ │ │ ├── gps.xml
│ │ │ │ ├── main.xml
│ │ │ │ ├── set_city.xml
│ │ │ │ └── widget_layout.xml
│ │ │ ├── menu
│ │ │ │ └── configure_menu.xml
│ │ │ ├── raw
│ │ │ │ └── db_weather.db
│ │ │ ├── values
│ │ │ │ ├── color.xml
│ │ │ │ └── strings.xml
│ │ │ └── xml
│ │ │ └── weather_widget.xml
│ │ └── src
│ │ └── com
│ │ └── weather
│ │ ├── app
│ │ │ ├── MainActivity.java
│ │ │ ├── SetCityActivity.java
│ │ │ ├── UpdateWidgetService.java
│ │ │ └── WeatherWidget.java
│ │ ├── comp
│ │ │ ├── GPSListAdapter.java
│ │ │ └── MyListAdapter.java
│ │ ├── dao
│ │ │ └── DBHelper.java
│ │ └── utils
│ │ ├── LocationXMLParser.java
│ │ ├── WeaterInfoParser.java
│ │ └── WebAccessTools.java
│ └── 手机天气预报系统毕业设计.pdf
└── 天气预报app.rar
22 directories, 62 files