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

推荐订阅源

博客园 - 【当耐特】
Help Net Security
Help Net Security
P
Proofpoint News Feed
J
Java Code Geeks
爱范儿
爱范儿
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Full Disclosure
Google DeepMind News
Google DeepMind News
H
Help Net Security
G
Google Developers Blog
Jina AI
Jina AI
Vercel News
Vercel News
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
Lohrmann on Cybersecurity
S
Schneier on Security
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Security Archives - TechRepublic
Security Archives - TechRepublic
阮一峰的网络日志
阮一峰的网络日志
N
News and Events Feed by Topic
GbyAI
GbyAI
B
Blog
O
OpenAI News
博客园_首页
Cisco Talos Blog
Cisco Talos Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Hacker News: Ask HN
Hacker News: Ask HN
TaoSecurity Blog
TaoSecurity Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
M
MIT News - Artificial intelligence
C
Cybersecurity and Infrastructure Security Agency CISA
Cyberwarzone
Cyberwarzone
Webroot Blog
Webroot Blog
Simon Willison's Weblog
Simon Willison's Weblog
Y
Y Combinator Blog
C
Cisco Blogs
A
Arctic Wolf
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
AI
AI
W
WeLiveSecurity
aimingoo的专栏
aimingoo的专栏
The Register - Security
The Register - Security
Project Zero
Project Zero
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale

代码狗

体验在番茄写小说-代码狗 交通事故,手指骨折-代码狗 保护视力健康用眼-代码狗 三星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