I am developing an android application where some songs are stored in a server. I have to show those files in the main screen in a ListView
. When the user clicks on any of the song it should play that song in a Media Player.
I have this working locally (from files on an SD card) but I want to place those files on a server. I have tried lots of examples from Google but I am not getting those properly.
Any one knows How to Connect to a MySQL Server via PHP then Plase help me out...