I am trying to create a music player in J2ME. I want to read all mp3 files from phone memory and memory card and add it to list. How to retrieve these .mp3 files?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Read this document for go through files and folders
for reading files in memory card,
In many device you can search by E:\
and for phone memory you can search by C:\
See following links for help
http://www.java2s.com/Code/Java/J2ME/FileConnection.htm
http://www.coderanch.com/t/230849/JME/Mobile/file-browse-ME