Questions tagged [android-music-player]

623 questions
-3
votes
1 answer

Android: Black Screen appears on the screen when search operation is performed by android SearchView

I am making a music player application on android. My Launcher Activity(MainActivity.java) displays all the songs in a Custom ListView. My app was running perfectly and then I decided to add a SearchView widget in the ToolBar. Now when I type a…
-3
votes
2 answers

How to refresh the value of any object in previous stacked Activity's Adapter in android

I working on a music app in which user is getting mp3 file from WebService Api. When I am selecting any song in adapter class, I am getting its selectionPositions value and sending it in next activity(PlaySong) using Intent. In next activity which…
Devraj
  • 1,479
  • 1
  • 22
  • 42
-3
votes
2 answers

Android how to stop music when screen is off

My music stop when I press home button but when the screen is off it is playing. How can I stop this? And restore when the screen is on.
Seravier
  • 145
  • 1
  • 2
  • 11
-3
votes
1 answer

How to get music files from an Android device?

I noticed most music player tutorials tell you to look for .mp3 files in the /sdcard/ directory, but I find this a completly dumb ideea as most people will not have the music in the root directory of the sdcard but in a subdirectory. So how to list…
-3
votes
2 answers

I have 2 activities. I need to play one background music to all the activities.I want play and stop song from main activity

This is my main activity which is actually a tab activity. I am choosing list of song and i am trying to play radio in activity given below. public class MainActivity extends TabActivity { String[] actions = new String[] { "Tune-Up", "About Us",…
-5
votes
1 answer

Musicplayer with onebutton

I am new to android. I'm trying to create a music player which will play specific MP3 with one button(play/pause).I want button's background change between two image when click
-8
votes
1 answer

Android: What is the best way for building a music player with songs queue?

Currently I am working on Project which is to build a music player. Music player will be similar to current music players out there. My design is like I have a mainActivity and in mainactivity a viewpager with 5 different tab(Songs, Artist, Albums,…
Rahul Bhavani
  • 311
  • 2
  • 10
-9
votes
2 answers

Error with SQLite in Android

06-19 12:36:06.181: E/Inside log(15543): /sdcard/songs/(04) Fall Out Boy - Sugar, We're Goin' Down [2005].mp3 06-19 12:36:06.286: E/IMediaMetadataRetriever(15543): extractMetadata error 06-19 12:36:06.391: E/SQLiteLog(15543): (1) near "re": syntax…
1 2 3
41
42