{"id":18869058,"url":"https://github.com/feelschaotic/air_pollution","last_synced_at":"2026-04-28T00:33:35.531Z","repository":{"id":130582120,"uuid":"81163245","full_name":"feelschaotic/air_pollution","owner":"feelschaotic","description":"【停止维护】城市大气污染监控互动app","archived":false,"fork":false,"pushed_at":"2017-03-28T01:55:31.000Z","size":89576,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T10:08:24.777Z","etag":null,"topics":["android"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feelschaotic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-07T03:42:27.000Z","updated_at":"2019-08-08T01:52:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a4bc2a9-d4b2-4a80-813d-7a29b557f413","html_url":"https://github.com/feelschaotic/air_pollution","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/feelschaotic/air_pollution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feelschaotic%2Fair_pollution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feelschaotic%2Fair_pollution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feelschaotic%2Fair_pollution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feelschaotic%2Fair_pollution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feelschaotic","download_url":"https://codeload.github.com/feelschaotic/air_pollution/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feelschaotic%2Fair_pollution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android"],"created_at":"2024-11-08T05:15:37.627Z","updated_at":"2026-04-28T00:33:35.516Z","avatar_url":"https://github.com/feelschaotic.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# air_pollution城市大气污染监控互动app\n\n\u003e说明： 本系统涉及技术:LBS云图、云存储api。异步消息处理、多线程AsyncTask、LruCache图片缓存技术。LocationManager地理定位。XMPP即时通讯协议，Socket框架，aSmart轻量级 开发框架、Mina网络通信应用框架。 Gson， Achartengine，  Highcharts图表库 、Freeline秒级编译工具、MVVM结合MVP架构模式，databinding数据双向绑定框架。  \n\n\u003e用途：在投诉地图的展示上采用高德地图LBS云图进行绘制，云存储api进行上传存储。加载列表的时候采用异步消息处理和多线程AsyncTask提高用户体验。加载图片列表时采用LruCache图片缓存技术。使用LocationManager地理定位并反向地理编码。在推送上，使用XMPP即时通讯协议，Socket框架，aSmart轻量级 开发框架和Mina网络通信应用框架。反序列主要采用Gson，使用安卓图标引擎Achartengine绘制大气走向，采用Highcharts图表库展示投诉报表。项目还采用Freeline秒级编译工具提高开发效率。采用MVVM结合MVP架构模式，databinding数据双向绑定框架降低项目耦合。\n  \n  \n本app主要实现以下功能：   \n一、\t展示用户所在城市的空气指数和其他污染物的浓度。显示的数据包括PM2.5、PM10、O3、二氧化氮以及二氧化硫。  \n二、\t30天内指标走向、全国空气质量排名、周边污染源和监测站数据的查阅和分享。  \n三、\t提供生活助手，给人们出行建议和防护措施。  \n四、\t用户可以提交污染投诉、快捷搜索投诉，关注投诉。   \n五、\t清除缓存，计算缓存  \n六、\t全国城市空气质量订阅和管理。  \n七、\t后台核实投诉情况，受理或者退回投诉。  \n八、\t互动小游戏，提高用户黏度和民众参与感：《吹走雾霾》、《扫一扫》：扫街景查询街道空气质量、《计步器》。  \n九、\t环保法规展示，科普环保知识。   \n\n*注：该项目为练手项目，原先在eclipse环境下开发，本次属于二次开发，迁移到AS环境，并采用MVVM架构，所以有部分Activity因时间关系未分解完成*\n![](https://github.com/feelschaotic/air_pollution/blob/master/video/v1_begin.gif)  \n![](https://github.com/feelschaotic/air_pollution/blob/master/video/v2_report.gif)  \n![](https://github.com/feelschaotic/air_pollution/blob/master/video/v3_push.gif)  \n![](https://github.com/feelschaotic/air_pollution/blob/master/video/v4_person_center.gif)  \n![](https://github.com/feelschaotic/air_pollution/blob/master/video/v6_scan_game.gif)  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeelschaotic%2Fair_pollution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeelschaotic%2Fair_pollution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeelschaotic%2Fair_pollution/lists"}