Android Long To Duration String

[Solved] Android Long To Duration String | Kotlin - Code Explorer | yomemimo.com
Question : android long to duration string

Answered by : ali-g

// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
// dependencies {
// implementation 'org.apache.commons:commons-lang3:3.12.0'
// }
DurationFormatUtils.formatDuration(millis, "**H:mm:ss**", true);

Source : https://stackoverflow.com/a/18633466/8604411 | Last Update : Wed, 19 May 21

Answers related to android long to duration string

Code Explorer Popular Question For Kotlin