Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

MediaStore.Audio.ArtistColumns

android.provider.MediaStore.Audio.ArtistColumns
Known Indirect Subclasses

Class Overview

Columns representing an artist

Summary

Constants
String ARTIST The artist who created the audio file, if any

Type: TEXT

String ARTIST_KEY A non human readable key calculated from the ARTIST, used for searching, sorting and grouping

Type: TEXT

String NUMBER_OF_ALBUMS The number of albums in the database for this artist
String NUMBER_OF_TRACKS The number of albums in the database for this artist

Constants

public static final String ARTIST

Added in API level 1

The artist who created the audio file, if any

Type: TEXT

Constant Value: "artist"

public static final String ARTIST_KEY

Added in API level 1

A non human readable key calculated from the ARTIST, used for searching, sorting and grouping

Type: TEXT

Constant Value: "artist_key"

public static final String NUMBER_OF_ALBUMS

Added in API level 1

The number of albums in the database for this artist

Constant Value: "number_of_albums"

public static final String NUMBER_OF_TRACKS

Added in API level 1

The number of albums in the database for this artist

Constant Value: "number_of_tracks"