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?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
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