Skip to content

PostLiu/TravelPrevention

Repository files navigation

出行防疫

项目采用Kotlin语言编写,采用Jetpack Compose全新UI框架编写UI,运用了部分Jetpack组件
Accompanist官方非正式组件库
Coil图片加载库
Hilt依赖注入
Navigation 单Activity架构
Room用于保存城市数据
Work后台任务

截图欣赏

首页

城市列表

风险地区

核酸机构

健康出行政策

其他

项目中涉及到的key值,我的每天只有5次有效请求,如需查看效果,建议自行到聚合支付申请key值
项目文档持续更新中

License

MIT License

Copyright (c) 2022 PostLiu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.