Tagged Questions
0
votes
1answer
305 views
Android playlist query is inaccurate…?
this seemingly simple issue is confusing me. I have the following code:
Cursor c = getContentResolver().query(
MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI,
new String[] ...
0
votes
0answers
174 views
Creating playlist with JAVA language o Web Services rest
Dear, how can I create a playlist in java invoking externale services adapted to the creation of playlist?
0
votes
1answer
1k views
Java Music Player GUI
I am implementing a GUI using Swing for a Java Music Player. I'd like to know if it is possible to make a time bar like the bar in WinAmp for example that can be moved to jump to a certain position in ...