Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何计算 android studio 应用中一段文本的阅读时间。(使用java)与中篇文章相同。示例图像如下所示。
我使用 textview 来显示文本。
Medium 使用硬编码值(265 WPM)——它们取字数并除以 265:
阅读时间基于成年人的平均阅读速度(大约 265 WPM)。我们获取帖子的总字数并将其转换为分钟,并对图像进行调整。对于中文、日文和韩文的帖子,它是字符数(500 个字符/分钟)的函数,并针对图像进行了调整。
https://help.medium.com/hc/en-us/articles/214991667-Read-time#:~:text=At%20the%20top%20of%20each,an%20adjustment%20made%20for%20images。