惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
S
SegmentFault 最新的问题
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
DataBreaches.Net
F
Fortinet All Blogs
TaoSecurity Blog
TaoSecurity Blog
D
Docker
C
Cybersecurity and Infrastructure Security Agency CISA
K
Kaspersky official blog
宝玉的分享
宝玉的分享
腾讯CDC
Google Online Security Blog
Google Online Security Blog
Recorded Future
Recorded Future
T
The Exploit Database - CXSecurity.com
T
The Blog of Author Tim Ferriss
V
V2EX
S
Securelist
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
C
CERT Recently Published Vulnerability Notes
A
Arctic Wolf
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
Y
Y Combinator Blog
P
Proofpoint News Feed
T
Tor Project blog
AWS News Blog
AWS News Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
博客园 - 聂微东
T
Threat Research - Cisco Blogs
B
Blog
Attack and Defense Labs
Attack and Defense Labs
L
Lohrmann on Cybersecurity
C
CXSECURITY Database RSS Feed - CXSecurity.com
阮一峰的网络日志
阮一峰的网络日志
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家
N
News and Events Feed by Topic
博客园 - 司徒正美
H
Help Net Security
C
Cisco Blogs
C
Check Point Blog
S
Secure Thoughts

代码狗

体验在番茄写小说-代码狗 交通事故,手指骨折-代码狗 保护视力健康用眼-代码狗 三星oneui系统无法自动检测睡眠并开启睡眠模式解决办法-代码狗 安卓写盘工具EtchDroid制作PE启动盘-代码狗 续费太贵,狗哥选择注销服务-代码狗 微软Microsoft Office 365管理员账户无法收到Authenticator验证解决办法-代码狗 松下伺服制动与使能切换时下坠解决办法-代码狗 Gboard谷歌输入法中文拼音词库分享下载-代码狗
[GitHub精选]撸了么 记录机长健康的Android APP-代码狗
代码狗 · 2026-03-01 · via 代码狗

重要:本文最后更新于2026-03-01 15:08:38,某些文章具有时效性,若有错误或已失效,请在下方留言或联系代码狗

GitHub上有很多有意思的开源项目,昨晚闲逛时发现了这款专为机长打造的撸了么app,是专门记录机长航班起飞的健康Android应用,可谓是众多机长的福音,让你起飞时刻保持健康,特别是有些航龄较大的老机长,这款应用可以有效解决记忆力衰退的问题,让你不会忘记今天起飞了几次!

项目地址:https://github.com/sky22333/luleme

功能特点

  • 隐私安全:数据完全本地存储,无网络上传。
  • 快捷记录:一键记录每日状态,支持撤销与补录。
  • 数据统计:提供周视图和月度热力图,观察显示频率趋势。
  • 健康:根据年龄和频率建议提供个性化健康提醒。
  • 现代设计:基于Material Design 3的流畅动画与界面。

技术栈

  • 语言:Kotlin
  • UI框架:Jetpack Compose
  • 架构:MVVM, Hilt (依赖注入)
  • 数据库:房间
  • 图表:自定义编写图表组件
[GitHub精选]撸了么 记录机长健康的Android APP