Android Utililty Methods Context Delete

List of utility methods to do Context Delete

Description

The list of methods to do Context Delete are organized into topic(s).

Method

voiddeleteContentUri(Context ctx, Uri contentUri, String idColumn)
Utility method for deleting all the elements from a given content URI.
ctx.getContentResolver().delete(contentUri, null, null);