patelpower wrote:
>  thanks, but i am trying that java.io.file but its giving whatever
> files in the SDcard whether it could be .txt etc. but i need only mp3
> files list so if u have any idea than let ne know..

In my previous response, I wrote:

"Look in the java.io package. You probably want File#listFiles(), 
perhaps one of the flavors that takes a filter parameter."

You are not using a filter parameter to listFiles().

Please read:

http://code.google.com/android/reference/java/io/File.html#listFiles(java.io.FilenameFilter)

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.2 Published!

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

Reply via email to