MiscUtils

object MiscUtils

Functions

Link copied to clipboard
fun Uri.asSyncAdapter(account: Account): Uri
Link copied to clipboard
Link copied to clipboard

Generates useful toString info (fields and values) from obj by reflection.

Link copied to clipboard

Removes blank (empty or only white-space) String values from ContentValues.

Link copied to clipboard
fun Cursor.toValues(removeBlankRows: Boolean = false): ContentValues

Returns the entire contents of the current row as a ContentValues object.