基于安卓系统开发的移动天气预报系统Mobile Weather Forecast Software中文摘要自改革开放以来,人们的生活水平与经济情况比起以前有了翻天覆地的变化,再加上交通工具的高速发展使得人们的出行比以前更加的频繁。而时至今日,无论是日常工作或者是娱乐出行都已离不开天气预报了,因此本文开发了一套基于安卓开发平台的移动天气预报应用系统。本系统主要运用 android studio 软件进行开发与维护,其脚本语言是Java,后台数据库则是 Litepal 数据库。该系统主要是通过用户点击查询天气预报的城市,后台会自动从指定的网站上获取该城市实时的时间、温度、天气情况、空气质量、还有未来七天的气温与生活建议等一系列JSON 数据信息,随后采用 GSON 方法解析数据,并通过 XML 布局使天气预报的信息显示在应用系统上。另外本系统还实现了后台自动刷新功能与手动更新功能,使用户能够第一时间掌握最新的天气信息,极大地方便了用户的出行及行程安排,避免了恶劣天气带来的不必要麻烦。关键词:移动天气预报应用系统 Android Studio LitepalI1.1.1II1.ABSTRACTSince the reform and opening up, people's living standards and economic conditions have changed dramatically compared with the previous, coupled with the subway, bus convenience and other reasons make people travel more frequently than before. Today, people can not do without weather forecast, whether it is daily work or entertainment travel, so this paper has developed a mobile weather forecast application system based on Android development platform. This system mainly uses the android studio software to carry on the development, its development script language is mainly Java, the background database which develops is the Litepal database. The system mainly by clicking want to query the city, the background automatically from the designated website to obtain the city's real-time time, temperature, weather conditions, air quality, the next seven days of weather temperature, life advice and a series of JSON data information, and then use th...