毕业设计论坛

 找回密码
 立即注册
查看: 488|回复: 0

[毕业设计] [毕业设计]基于android平台的手机天气预报系统设计

[复制链接]
发表于 2014-6-13 05:00:04 | 显示全部楼层 |阅读模式
文件格式:pdf+java
文件大小:7.60MB
适用专业:程序设计
适用年级:大学
论文编号:206526
下载咨询:
点击联系客服

论文简介:

毕业设计-基于android平台的手机天气预报系统设计,共25页,7293字,附java源代码
摘要
Window 操作系统的诞生成就了微软帝国,同时也造就了 PC 时代的繁荣,
然而如今,以 Android 和 iPhone 手机为代表的智能移动设备的发明与互联网云
技术的兴起却敲响了 PC 时代的丧钟!这也预示着移动互联网时代(3G)已经来临。
在这个互联网繁荣的时代,有一颗超新星,以它独特性能优势与人性化的
UI 设计使它在短短的几年迅速的占领了智能移动设备的市场份额,它就是
Google 的 Android!这也意味着 Google 在移动互联网时代开始抢跑并领跑。
Android 是基于 Linux 平台完全开源的手机操作系统,同时开发语言为
Java,这对于 Java 开发的我们是何等的诱人,程序员的技术要与时代同行,因此
我选择了以 Android 为平台的手机天气预报系统来作为我的毕业设计,选择手机
天气预报系统不仅可以提升技术,同时也很实用,为人们时刻了解天气状况和出
行带来了方便。


目录
摘要 ..........1
需求分析 .2
一、开发背景.......2
二、项目需求分析..............2
总体设计 .2
一、系统规划.......2
二、系统功能界面..............3
1. 设置预报城市界面: ........... 3
2.天气显示界面: ... 4
3.Widget 桌面小部件界面:... 5
三.设计目标.......6
系统设计 .6
一、开发及运行环境..........6
二、数据库设计...6
三、主要方法及步骤..........7
四、主要方法及技术..........7
主要模块 .7
一、项目框架.......7
二、主要功能实现..............8
1.获取城市码 db_weather.db 数据库文件.............. 8
2.实现可伸缩性列表的的构建与过滤 .... 12
3.GPS 定位功能的实现 ........... 15
4.Widget 窗体小部件的更新 .. 18
功能测试 ..............19
结论 ........23



由上述的需求,现将系统分为三大模块:天气显示界面模块、预报城市设置
模块与 Widget 桌面小部件模块。各系统模块功能如下:
1). 天气显示界面模块
显示指定城市三天内的天气状况,包括日期、城市名称、温度、风力与当
日的建议,用户可通过按菜单键来显示菜单更新当前天气与设置天气显示的界面
背景,以及跳转至设置预报城市界面来更换预报城市。
2). 预报城市设置模块
由自动设置预报城市与手动设置二部分组成,自动设置实现 GPS 定位功
能,自动确定当前用户所在地;而手动设置则通过可伸展性下拉列表单击选择系
统数据库中预存的城市来进行设置,同时为了方便用户查找,支持以输入框的形
式来过滤查询预报城市。当单击选中城市时跳转至天气显示界面,来显示该城市
当三天内的天气状况;第一次运行时自动跳到该界面。
3). Widget 桌面小部件模块
为了方便用户实时了解天气状况,特别添加在 Android 系统桌面上显示
当前天气与时间的天气小部件,使用户拿起手机的第一时刻就能了解天气,同时
当用户单击小部件时,自动跳转至天气显示界面,显示三天内的详细天气。


论文文件预览:
共37文件夹,125个文件,文件总大小:7.60MB,压缩后大小:7.36MB

  • 毕业设计-基于android平台的手机天气预报系统设计
  • xuehai.net
  • 手机天气预报系统
  • 手机天气预报系统毕业设计
  • assets
  • bin
  • classes
  • com
  • weather
  • app
  • classMainActivity.class  [9.02KB]
  • classR.class  [680.00B]
  • classR$attr.class  [331.00B]
  • classR$color.class  [576.00B]
  • classR$drawable.class  [1.66KB]
  • classR$id.class  [1.66KB]
  • classR$layout.class  [481.00B]
  • classR$menu.class  [389.00B]
  • classR$raw.class  [382.00B]
  • classR$string.class  [821.00B]
  • classR$xml.class  [386.00B]
  • classSetCityActivity.class  [14.17KB]
  • classSetCityActivity$1.class  [1.93KB]
  • classSetCityActivity$1$1.class  [2.95KB]
  • classSetCityActivity$2.class  [1.50KB]
  • classSetCityActivity$3.class  [1.96KB]
  • classSetCityActivity$GoToMainActivity.class  [2.73KB]
  • classSetCityActivity$LocateHandler.class  [1.92KB]
  • classSetCityActivity$MyHandler.class  [1.98KB]
  • classSetCityActivity$MyHandler$1.class  [2.23KB]
  • classUpdateWidgetService.class  [3.08KB]
  • classWeatherWidget.class  [6.12KB]
  • comp
  • classGPSListAdapter.class  [1.44KB]
  • classMyListAdapter.class  [4.19KB]
  • classMyListAdapter$CityFilter.class  [3.94KB]
  • utils
  • classLocationXMLParser.class  [2.70KB]
  • classWeaterInfoParser.class  [1.16KB]
  • classWebAccessTools.class  [2.49KB]
  • dao
  • classDBHelper.class  [3.17KB]
  • res
  • drawable-hdpi
  • pngic_launcher.png  [3.87KB]
  • pngitem_bg.png  [327.00B]
  • pngitem_foot.png  [888.00B]
  • pngitem_mid.png  [1.09KB]
  • pngitem_top.png  [425.00B]
  • pngmenu_city_manager.png  [2.02KB]
  • pngmenu_diy.png  [3.51KB]
  • pngmenu_update.png  [2.70KB]
  • pngtop_bar.png  [900.00B]
  • pngweathericon_condition_01.png  [116.43KB]
  • pngweathericon_condition_02.png  [81.28KB]
  • pngweathericon_condition_03.png  [88.94KB]
  • pngweathericon_condition_04.png  [59.66KB]
  • pngweathericon_condition_05.png  [56.36KB]
  • pngweathericon_condition_06.png  [119.71KB]
  • pngweathericon_condition_07.png  [88.10KB]
  • pngweathericon_condition_08.png  [55.96KB]
  • pngweathericon_condition_09.png  [70.22KB]
  • pngweathericon_condition_10.png  [82.05KB]
  • pngweathericon_condition_11.png  [54.28KB]
  • pngweathericon_condition_12.png  [66.56KB]
  • pngweathericon_condition_13.png  [59.34KB]
  • pngweathericon_condition_14.png  [64.31KB]
  • pngweathericon_condition_15.png  [98.81KB]
  • pngweathericon_condition_16.png  [68.01KB]
  • pngweathericon_condition_17.png  [38.23KB]
  • pngwidget_bg.png  [9.27KB]
  • drawable-ldpi
  • pngic_launcher.png  [1.50KB]
  • pnglogo.png  [6.47KB]
  • drawable-mdpi
  • pnggps3.png  [1.31KB]
  • pngic_launcher.png  [2.15KB]
  • apkWeatherSystem.apk  [1.64MB]
  • dexclasses.dex  [42.54KB]
  • ap_resources.ap_  [1.62MB]
  • res
  • drawable-hdpi
  • jpgapp_bg01.jpg  [47.98KB]
  • jpgapp_bg02.jpg  [91.16KB]
  • jpgapp_bg03.jpg  [83.11KB]
  • jpgapp_bg04.jpg  [76.17KB]
  • pngic_launcher.png  [4.05KB]
  • pngitem_bg.png  [327.00B]
  • pngitem_foot.png  [888.00B]
  • pngitem_mid.png  [1.09KB]
  • pngitem_top.png  [425.00B]
  • pngmenu_city_manager.png  [2.02KB]
  • pngmenu_diy.png  [3.51KB]
  • pngmenu_update.png  [2.70KB]
  • pngtop_bar.png  [900.00B]
  • pngweathericon_condition_01.png  [116.43KB]
  • pngweathericon_condition_02.png  [81.28KB]
  • pngweathericon_condition_03.png  [88.94KB]
  • pngweathericon_condition_04.png  [59.66KB]
  • pngweathericon_condition_05.png  [56.36KB]
  • pngweathericon_condition_06.png  [119.71KB]
  • pngweathericon_condition_07.png  [88.10KB]
  • pngweathericon_condition_08.png  [55.96KB]
  • pngweathericon_condition_09.png  [70.22KB]
  • pngweathericon_condition_10.png  [82.05KB]
  • pngweathericon_condition_11.png  [54.28KB]
  • pngweathericon_condition_12.png  [66.56KB]
  • pngweathericon_condition_13.png  [59.34KB]
  • pngweathericon_condition_14.png  [64.31KB]
  • pngweathericon_condition_15.png  [98.81KB]
  • pngweathericon_condition_16.png  [68.01KB]
  • pngweathericon_condition_17.png  [38.23KB]
  • pngwidget_bg.png  [9.27KB]
  • drawable-ldpi
  • pngic_launcher.png  [1.68KB]
  • pnglogo.png  [9.13KB]
  • drawable-mdpi
  • pnggps3.png  [1.31KB]
  • pngic_launcher.png  [2.51KB]
  • layout
  • xmlgps.xml  [786.00B]
  • xmlmain.xml  [9.73KB]
  • xmlset_city.xml  [1.72KB]
  • xmlwidget_layout.xml  [3.95KB]
  • menu
  • xmlconfigure_menu.xml  [1.26KB]
  • raw
  • dbdb_weather.db  [90.00KB]
  • values
  • xmlcolor.xml  [373.00B]
  • xmlstrings.xml  [805.00B]
  • xml
  • xmlweather_widget.xml  [368.00B]
  • gen
  • com
  • weather
  • app
  • javaR.java  [6.29KB]
  • src
  • com
  • weather
  • app
  • javaMainActivity.java  [14.25KB]
  • javaSetCityActivity.java  [21.49KB]
  • javaUpdateWidgetService.java  [2.64KB]
  • javaWeatherWidget.java  [6.32KB]
  • comp
  • javaGPSListAdapter.java  [1.63KB]
  • javaMyListAdapter.java  [9.96KB]
  • dao
  • javaDBHelper.java  [3.04KB]
  • utils
  • javaLocationXMLParser.java  [3.33KB]
  • javaWeaterInfoParser.java  [1.02KB]
  • javaWebAccessTools.java  [2.24KB]
  • classpath.classpath  [364.00B]
  • project.project  [849.00B]
  • xmlAndroidManifest.xml  [2.02KB]
  • cfgproguard.cfg  [1.22KB]
  • propertiesproject.properties  [360.00B]
  • txtweatherInfo.txt  [4.80KB]
  • pdf手机天气预报系统毕业设计.pdf  [1.20MB]


下载地址:
购买主题 本主题需向作者支付 200 下载币 才能浏览
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|文百网

GMT+8, 2025-6-6 13:24 , Processed in 1.144208 second(s), 30 queries , MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表