Categories

Archives

Searching Audio Files in Android

Searching for Audio Files in Android is so much similar in Display Contact Names in Android (I suggest you to look back at the explanation for a more detailed explanation). The audio formats that Android allows are MP3, AAC, AMR.
public class Main extends ListActivity {
private Cursor audioCursor;

/** Called when the activity [...]