The android-music-player tag has no wiki summary.
0
votes
0answers
6 views
get ArtistImage from Android mp3 songs
I know that there Table called MediaStore.Media.Artist available in Android Device. Which store the information regarding Song name, id, path, Album name, album art, Artist, Artist key...etc
However ...
0
votes
1answer
25 views
Service with MediaPlayer doesn't stop when closing app - Android
I'm developing a simple game where 3 activities (menu, settings and ranking list) needs one background music that should play smoothly in the background even if for example user leaves menu and goes ...
1
vote
1answer
57 views
Music Player Force Close
Ive been following a tutorial to create a music player: http://www.androidhive.info/2012/03/android-building-audio-player-tutorial/
I followed this tutorial to every detail and have cross checked my ...
1
vote
1answer
137 views
How can i pass url to play song with samsung s3 inbuilt music player?
Intent intent = new Intent();
ComponentName comp = new ComponentName("com.android.music","com.android.music.MediaPlaybackActivity");
intent.setComponent(comp);
...
0
votes
1answer
234 views
How to turn the volume to max programmatically on android? [duplicate]
I am writing an app for android that turns up the volume and plays a song for 45 seconds and then stops. That works great, however I can only get the volume to turn up to 50%, Is there a way to turn ...
0
votes
2answers
91 views
How to stop other apps playing music from my current activity?
In my app I am trying to make a button which when clicked stops all other apps that are playing music. What I want is similar to that if I am playing music through one music player and if I try ...
0
votes
1answer
86 views
Android media player stops when open gallery
I developed a simple music player using MediaPlayer class. I played a song using it, minimize my music player, then I open native gallery, and my application get weird.
It becomes like stuck for a ...
0
votes
0answers
45 views
is it possible to play music from previously fetched data in android?
I was successful in playing streaming audio. The main problem is that if I move to the seek bar to a previous position the loading starts again. Is it not possible to store data in something like ...
0
votes
0answers
77 views
is here a way to store sound stream in buffer and play audio from buffer while playing in android?
I am working on music player which plays audio stream from URL.
My problem is when I move seek bar position back the again it starts buffering but in reality it should be able to play old buffer data ...
0
votes
0answers
85 views
Get song stream in third party
I am working in an app that can send user's current listening song to their friends.
Now, I know how to get current playing song information in third party app
private BroadcastReceiver mReceiver = ...
0
votes
0answers
99 views
MediaPlayer won't play when I try to play audio
In trying to create an android mobile application, I am having problems understanding the code design to play a sound coming from a button, that then leads to a page to play more sounds represented as ...
0
votes
1answer
56 views
How do I make a music player activity keep running?
I have a music player Activity in my app.
The problem is that, if the user switch to other Activity inside my app, the music keeps playing, but if later he returns to the music player Activity, ...
0
votes
0answers
94 views
How to access playlist created by Google's Play Music app?
How can I find a list of playlists created by Google's Music Play application (it is a default one on Galaxy Nexus for example).
Solution presented in How can I access playlist created by android ...
2
votes
3answers
531 views
Launching the default music player
I'm trying to launch the music player so it will launch and immediately start playing the first song. im using an Intent but it just doesn't work...it says "no activity found to handle intent".
...
1
vote
0answers
133 views
Build Screen lock widget for android less then 4.2
I read a lot of thread about lock screen widget and i can't understand whether its possible to build lock screen widget for android version less then 4.2?
I have music app and i want widget in lock ...
0
votes
1answer
127 views
Android Resources$NotFoundException inside a fragment
i have build a musicplayer project with a swipeview (2 fragments). one fragments has the start button, when i klick the start button, the another fragments shows the metadata informations of the song ...
1
vote
3answers
147 views
How do I prevent my media player from stopping when I switch activities but NOT when I hit HOME?
I have an application that plays music. (Also you can close on options menu.)
But the problem is that when you press the home button, the music keeps playing, I want to stop the music when the user ...
0
votes
0answers
63 views
IllegalArgumentException when klick the button to play music
i have a little problem and i hope you can help me to fix it. i created a project "FragmentPlayer", which consists of two fragments. i use a swipeview to swithc between that 2 fragments. the ...
0
votes
0answers
321 views
Choosing a playlist from android music player
I am wondering, if there is a way to launch a music player application as an intent from my app, let user to choose on of his playlists, or create a new one and choose it and then return the playlist ...
-1
votes
1answer
47 views
file downloder in Android [closed]
I want to create a music player
have list item
onclick of each item
download a .amr file from url and on folder play saved file in music
player
how can I create onclick download file ?
1
vote
1answer
312 views
Android : Launch Music Player via Service
I am trying to launch the MediaPlayer from a service, and its not wroking as expected. I m getting the following exception,
android.content.ActivityNotFoundException: No Activity found to handle ...
0
votes
1answer
178 views
play an audio clip that is stored in Phone Memory during the phone call
How to play an Audio clip that is stored in Phone Memory during the Phone call, and the same Audio clip should hear to Call receiver...
I am using simple code:
public void onCallStateChanged(int ...
0
votes
0answers
77 views
How to select and play a song in Android
I have been wondering how I could select a song from my music library and play it by pressing a button. I have been searching for about and hour now and I cannot find an example that is not complete ...
2
votes
0answers
322 views
How to let users see & play songs on Android to which they already have access (e.g., via Google Play)?
I'm running into a roadblock integrating music into my Android app. The goal is just to let users see & play songs to which they already have access, via Google Play Music (or any other player ...
0
votes
1answer
215 views
Detect audio path change in android
I am working on a Android media player application (Android ver 2.3 - 4.1 to be supported). I want to detect audio path transitions, like speaker to wired-headset or wired-headset to BT etc. I need to ...
1
vote
1answer
110 views
application force closed when exited Android
My music player application seems to have a problem. When I exit from it, it pops out force close warning. This is the part of the code where I think might be the cause of the problem after debugging ...
0
votes
1answer
99 views
How are the album thumbnails names made?
I am making a program that shows the album artworks of songs on my device. To do this,
I get the folder that contains those album thumbnails ...
0
votes
0answers
286 views
Android drag and drop listview issue
I am new to Android development and working on a media player app. I am trying to use default Music player TouchInterceptor class for drag and drop functionality in my playlist (app needs to be ...
0
votes
4answers
360 views
how to get album image using musicbrainz
I don't know whether I can ask such question here or not. My question is as below.
I am making music player on my own and I want to download album images for those songs which don't have album image. ...
0
votes
1answer
98 views
play radiostream in the background
Hello i'm building a app for a radio station. Now i can the music in the app but when i go to the homescreen the audio stops. Does someone have some tips suggestions on how to use my code to keep on ...
0
votes
0answers
70 views
Implement arraylist for forward reverse music channel change in android
I am working on live streaming music app.
I want to implement forward and reverse button action in which when user press forward than channel source link get change.and if we pressed reverse button ...
0
votes
2answers
573 views
How can I put a song to repeat in an android application?
I put in background of my android application a song. I don't know how much time the application is open. And I want to put this song to repeat. My code is:
MediaPlayer mySong;
mySong = ...
0
votes
1answer
185 views
No idea on how to update widget from service
I've been trying to make a widget to my music app.
The app has a service that handles the mediaplayer so that i can "minimize" the app and yet continue listening to music.
I know that i need to update ...
0
votes
0answers
160 views
how to stop musicplayer application from my application
I am trying to make an application that stops the music player when the button is pressed?
everything works fine but i am not able to close the music player application? any suggestion or help....
0
votes
0answers
43 views
Android refresh IMediaPlaybackService current song content
I make a simple example to let you understand what I need to do:
1) I open an unknown song (a song where I deleted all ID3 Tags) so IMediaPlaybackService don't have an user-friendly information
2) I ...
0
votes
0answers
80 views
Cannot play music dynamically Android
I use following code written by myself to play different music formats in my app. I know that I can access the file by R.raw.idofthesong. But I need to do it dynamically.
Resources res = ...
0
votes
1answer
760 views
How to put media controller button on notification bar?
I am creating a music player application. I want to show the media controller on notification bar while my application is running in background. It looks like Google player.
How to do this?
0
votes
1answer
197 views
Unable to Resume Android default music player
I am trying to pause any music that is already playing in the Android device that uses default music player. I went over Android doc ...
1
vote
1answer
134 views
How to save “now playing” list of Music Player App in Android?
I'm going to create a simple Musicplayer for Android using Service.
But I don't know the best way to save list of nowplaying.
I used a database to store the list, but in this way, each time I start ...
0
votes
0answers
407 views
How to work with Music Picker for android?
I am new to android development and I am implement Media based application. In my application I need to provide an option for the user to select multiple music playlists / files from Music picker. I ...
0
votes
1answer
103 views
Which Audio Format would be best for me to store audio files on Android Smartphone?
I am developing an Android based application which plays Audio Files from an Album. The audio files in the album are all in MP3 Format with Audio BitRate 320 KBPS. Since there are 18 songs in the ...
0
votes
2answers
205 views
How to provide an option, for the user, to select music with in android application?
I am new to Android, I need a path to fulfill my requirements. In my application I need to provide an option for the user to select their playlist from the application. Is this possible?, please ...
0
votes
0answers
118 views
stopping media service on an incoming call
Guys my question is the same as the link Stopping & Starting music on incoming calls but am not able to register my service for a PhoneStateListener. Need Help Guys.. Thanks :)
0
votes
2answers
115 views
How to use RatingBar in my music player i created for android?
I have created a music player for android for my final year project. It has the basic functions like play, next, previous and also a scroll-bar to select songs from the playlist.
I wanted to use a ...
1
vote
0answers
389 views
Music Service keeps playing music once home button/back button is pressed. The task is also killed using Ic's new window manager?
Here is our MusicService.java class:
import android.app.Service;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.IBinder;
public class MusicService extends ...
0
votes
0answers
53 views
Finding which uid (app) is playing music , android
I want to know in my app which application currently running is playing music. With help of AudioManager I can only come to know about whether music is being played or not.
I tried using ...
0
votes
0answers
172 views
How to get package name of the active music player in android?
In my application I am having a thread which checks for music is active or not fromisMusicActive() method.
What I need is when music is active I want to get package name of the player which is ...
2
votes
1answer
2k views
Display Album and Artist in listview with LoaderManager and CursorLoader
I have a ListFragment whose list should diplay the Albums of the device and the associated artist using MediaStore. Each row has thus two TextViews.
I'm using LoaderManager and CursorLoader to fill ...
1
vote
1answer
1k views
How to create a new Playlist using ContentResolver
I'm attempting to create a new Playlist, using Android's ContentResolver, that will be added to music player's playlists, but when the code runs, the insert into the playlist returns null (for the ...
1
vote
2answers
1k views
Android list music by folders and play them
I'm developing music player for android that is already on the market.
Users are asking to add a Folder view to list all folders that has music in their smartphone and I want to develop it.
...




