I'm Attempting to develop my first useful android app, but I need some insight.
The basic function of the app is to allow the user to access the audio files on my private server and stream them on demand (non-live).
Sort of like Pandora, as so the user doesn't have to wait for the whole file to download, and so the file doesn't take up space on the device.
The app will used to stream pre-recorded services from my church.
My questions are:
- what is the cleanest way to access the files on the server?
- will the server need any software, or will linking strait to the file work?
- can android do this natively? Or is there a library to do this?
Any other insight would be appreciated.