Hello, is there any way to use `MeasureFormat` for...
# android
n
Hello, is there any way to use
MeasureFormat
for APIs lower than 24? I have to use
MeasureFormat
bc it is capable to format a date in year and month format with localized suffixes e.g.
1 year 10 months
. However, couldn’t find counterpart in
NumberFormat
and am stuck on it
not kotlin but kotlin colored 2
c
This is a workspace of the Kotlin programming language. Your general android question should be asked somewhere else - you can find some resources in the channel description.
f
Maybe you can check out how it’s done in this open-source lib https://github.com/jacobras/Human-Readable