-
Notifications
You must be signed in to change notification settings - Fork 0
Music player for the Android system.
License
kazikcz/SimpleMusicPlayer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
SimpleMusicPlayer ----------------- SMP is a minimalistic music player for the Android system. It is queue list oriented. It does not store any permanent data. SMP is divided into two parts: - UI - backend The backend is a Service and is destroyed only when the user explicitly quits using 'exit' in option menu. It also may be destroyed by the system under memory pressure. The playback will be paused when an incomming call occurs, an outgoing call is dialed/ongoing, headset plug is disconnected. The playback is restored when according event is reversed (i.e. pluging back the headset will resume the playback only when the original reason for pausing was headset unplugging). SMP is licensed under the terms of 2-clause BSD License (aka ,,Simplified BSD License''). Works on -------- It has been tested on the following devices and platform combinations: - Samsung Galaxy 3 (i5800) on Android 2.2 - Android emulator on Android 2.1-update1 - Android emulator on Android 2.2 Contact ------- You can email me: kazikcz at gmail dot com Feel free to email me if you find a bug or have a suggestion.
About
Music player for the Android system.