Util
Utility class
Functions
Makes the file visible to file explorers as video file.
Gets internal app directory
Gets internal app path
Gets external/sdcard app directory
Gets external/sdcard app path
Gets the application name
Returns main Display.
Executor based on main thread.
Tests if the provided permission is already granted.
Converts a hex string to dec string
Check if network is available.
Returns true if this app is running on emulator.
Calculates levenshtein distance between 2 strings.
Moves a file to specified directory, renaming method is used. See File.renameTo.
Moves a file to specified directory, physically method is used. See FileChannel.transferTo.
Moves a file to Environment.DIRECTORY_MOVIES directory. Makes the file visible to file explorers as video file. Uses moveByRenaming.
Post a runnable object on main thread.
Writes input stream bytes to file.
Converts a dec string to hex string