An open API service indexing awesome lists of open source software.

https://github.com/mrniko/simpleplayer

Simple Player for Android
https://github.com/mrniko/simpleplayer

Last synced: 10 months ago
JSON representation

Simple Player for Android

Awesome Lists containing this project

README

          

Simple Player
===========

[![Build Status](https://travis-ci.org/sergiiz/simpleplayer.svg?branch=master)](https://travis-ci.org/sergiiz/simpleplayer)

Simple Player is a tiny audio player to play songs shown by folders.
Features:
- Browse & play music by folders
- Special layout for tablet screens
- Single file playback mode
- Supported formats: mp3, wav, m4a, midi, ogg, amr
- Shuffle, repeat all and repeat one modes
- Reads internal and external device memory
- Change in audio outputs detection

I published this project on Google Play at 2012 and it was my first Android app.


Get it on Google Play

Screenshots
========
![Screenshot](/screenshots/screen-line.png?raw=true "")

How to build
========
Feel free to use Gradle or IDE you like.

TODO
========
1) Add sound control

2) Add Equalizer

3) Add widget to Notifications

4) Replace intent.action.MEDIA_MOUNTED for API > 18

5) Move all strings to strings.xml

6) Add localizations

License
-------

Copyright 2013 Sergii Zhuk

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.