Package com.tomtom.tools.android.api.resourceresolution.string
Types
A StringResolver that takes a date time value in milliseconds and resolves that to the String representation of an AM or PM indicator.
A StringResolver that resolves a String from a theme based on attrId.
A StringResolver that creates a string from the given resolvers, separated using separator.
A StringResolver that takes a duration and resolves that to a String representation of the duration (e.g. h:mm:ss
for English) in which the hour component is only added when it is non-zero.
A StringResolver which provides a Flow. This Flow will emit updates to the string using the context.
A StringResolver that takes a date time value in milliseconds and resolves that to the String representation using the specified format HH:mm
or h:m
in the default time zone for the given Context.
A StringResolver that takes an Instant date time value and resolves that to the String representation using the specified FormatStyle in the default time zone for the given Context.
A StringResolver that takes a duration and resolves it to a String which is the concatenation of the number of minutes with the minute indicator.
A StringResolver that takes a LocalTime value and resolves it to a String representation using a 12 or 24 hour format pattern and, for 12 hour format, a meridiem (am/pm) string. The selection of time format and meridiem string resources is determined by the Context's 24 hour format preference.
A StringResolver that takes a phone number and resolves it into a formatted phone number.
A StringResolver that retrieves pluralised strings from the given Context. For more information on the returned values see Resources.getQuantityString.
A StringResolver that takes a time and resolves it to a String representation that shows the relative time.
A StringResolver that resolves a String from resources. formatArguments that are StringResolvers will be automatically resolved as well.
A StringResolver that can represent any object based on its toString implementation.