Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mj10/cosmo
Android Music Player
https://github.com/mj10/cosmo
android-app material-design music-player
Last synced: about 1 month ago
JSON representation
Android Music Player
- Host: GitHub
- URL: https://github.com/mj10/cosmo
- Owner: MJ10
- License: mit
- Created: 2017-03-06T11:30:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T09:00:50.000Z (about 7 years ago)
- Last Synced: 2024-04-14T19:40:42.795Z (10 months ago)
- Topics: android-app, material-design, music-player
- Language: Java
- Homepage:
- Size: 14.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cosmo
## Introduction
Cosmo is a music player for Android. It based on the usage usage of the MediaBrowser class in Android (a large part of this app borrows heavily from the [Android Universal Music Player](https://github.com/googlesamples/android-UniversalMusicPlayer)). The design is based on Google's [Material Design Guidelines](https://material.io) ([Plaid](https://github.com/nickbutcher/plaid) serves as a reference for a number of animations implemented in this application).Cosmo is aimed at providing the user with a simple, fast and fluid interface to browse their library and playback of the music in the library.
The application is currently in very early stages of development and a lot of things might change during the course of the development.
## Releases
You can check out the Releases [here](https://github.com/MJ10/Cosmo/releases).## Libraries
- [FastScrollRecyclerView](https://github.com/timusus/RecyclerView-FastScroll)
- [ButterKnife](https://github.com/JakeWharton/butterknife)## License
This project is licensed under the [MIT License](https://github.com/MJ10/Cosmo/blob/master/LICENSE.md)