Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-app-template-core
/
com.mapsted.template_core.utils
/
UnitsConverter
Units
Converter
open
class
UnitsConverter
Members
Constructors
Units
Converter
Link copied to clipboard
constructor
(
)
Functions
dp
To
Px
Link copied to clipboard
open
fun
dpToPx
(
dp
:
Float
,
context
:
Context
)
:
Int
px
To
Dp
Link copied to clipboard
open
fun
pxToDp
(
px
:
Float
,
context
:
Context
)
:
Int
timestamp
To
Date
And
Time
Link copied to clipboard
open
fun
timestampToDateAndTime
(
timestamp
:
Long
)
:
String
timestamp
To
Time
Ago
Link copied to clipboard
open
fun
timestampToTimeAgo
(
timestamp
:
Long
,
context
:
Context
)
:
String