-
Notifications
You must be signed in to change notification settings - Fork 1
5. Utilities
Encrypts/decrypts string data using AES algorithm.
Encrypts/decrypts string data using RSA algorithm.
Utility to draw text over an image and to save it to the local disk.
Miscellaneous utilities for working with strings like string capitalization, generating full name from components, phone or email validation, etc.
Utilities for working with collections, checking empty state, etc.
Utilities for working with lists, mainly targeting null values handling.
Utilities for working with sets, mainly targeting null values handling.
Utilities for working with maps, mainly targeting null values handling.
Utilities for creating color from hexadecimal string and vice versa.
Utilities for working with application versions - retrieving the major version, comparing versions, etc.
Utilities for detecting PDF HTTP urls that cannot be handled properly as embedded web content on Android and need to be launched in an external browser.
Utilities for working with locations, currently only evaluating distance between two lat/lng locations.
Various utilities for encoding/decoding JSON content and ensuring the expected type.
Utility for displaying toast messages in a standardized way.
Utility for accessing embedded maps content with paths keys.
Utilities for sorting and comparing arbitrary types of nullable values.
Utilities for size scaling.
Utility for evaluating boolean expressions represented as embedded arrays. Used to evaluate Flex UI service rules.
Utilities for accessing application bundle resources.
Utility for generating HTML content from plain text.
Utilities for working with date and time - parsing, converting, evaluating, etc.
Helper class to hold a pair of values.