Hai,
In my application i am having requirement that to show the local availabale songs with their names and
album art(album image) . How can i get that album art? its urgent Please any one can help to resolve this one ?
thanks in advance.
Hai,
In my application i am having requirement that to show the local availabale songs with their names and
album art(album image) . How can i get that album art? its urgent Please any one can help to resolve this one ?
thanks in advance.
Mamatha.S
is this feature available in j2me or not plz let me know if anything is available for this !
Mamatha.S
Hi,
In J2ME, reading images and sounds from gallery can be done using File Connection API(JSR-75).The Gallery folders can be accessed by using system properties, for example: System.getProperty("fileconn.dir.photos")
To get the songs and their name you can use the property fileconn.dir.tones.name and fileconn.dir.tones.
Also, the link mentioned below explains how to get the album cover or album image.Please check the link mentioned below.
http://www.developer.nokia.com/Commu...3-file-in-j2me.
Hope this information helps you to resolve your issue.
BR,
Mayura.