I need to acquire my audio file names in my raw folder.
fileList() of Context class doesn't seem to work. It returns null.

private void makeAudioList(){
        String[] audiofiles = this.fileList();
:
:

It tried placing files in the asset folder as well but still the
return is null.

I'm going to create a test application to test a list of audio files
in my res/raw folder.

I'm open in playing from the asset folder but I haven't tried playing
my audio files from there.

I hope somebody could help. m(__)m

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to