1. 首页
  2. 考试认证
  3. 其它
  4. Android Time显示特定语言环境的时间库

Android Time显示特定语言环境的时间库

上传者: 2024-12-09 12:30:43上传 ZIP文件 13.67KB 热度 5次

安卓时代用于在Android中显示特定于语言环境的时间的库安装

从此存储库创建一个新的库项目并在您的项目中引用它

用法

相对时间


String formattedTime;

formattedTime = RelativeTime.fromTimestamp(getResources(), 1394804793000L); // formattedTime could now be <45>

formattedTime = RelativeTime.fromMilliseconds(getResources(), -435000); // formattedTime is now <7>

formattedTime = RelativeTime.fromSeconds(getResources(), 15300); // forma

下载地址
用户评论