iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 23
0

順延昨天的進度囉!

Imgur

 if (item.getFileName() != null && item.getFileName().length() > 0) {
fileName = item.getFileName();
}
// 產生檔案名稱
else {
fileName = FileUtil.getUniqueFileName();}

先判斷是否SQLite中已存有照片路徑,沒有則new一個。

// 產生唯一的檔案名稱
public static String getUniqueFileName() {
// 使用年月日_時分秒格式為檔案名稱
SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd_HHmmss");
return sdf.format(new Date());
}
  • 利用時間來區分檔案名稱。

上一篇
[DAY22]File-01
下一篇
[DAY24]File-03
系列文
Java 與 Kotlin 入門30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言