Java android.content ContentUris fields, constructors, methods, implement or subclass

Example usage for Java android.content ContentUris fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content ContentUris.

The text is from its open source code.

Method

Uri.BuilderappendId(Uri.Builder builder, long id)
Appends the given ID to the end of the path.
longparseId(Uri contentUri)
Converts the last path segment to a long.
UriwithAppendedId(Uri contentUri, long id)
Appends the given ID to the end of the path.