Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
/ StationMusicFM Public archive

A Music Player with downloading, playing, searching, exploring functions.

License

Notifications You must be signed in to change notification settings

SmashKs/StationMusicFM

Repository files navigation

StationMusicFM

codebeat badge CodeFactor Licence

Introduction

Codacy Badge

A showcase of music app which provides the functions that listening online musics, downloading a music from remote server, checking top charts of artists, tracks, albums in this week. Also, with searching function for a track, artist, album. Basically, it's a demo app but all the basic functions we provide.

Talking is wasting time XD Let's just see the Demo.

🚫 Deprecated

If you did contribute on this project, I really apprecaited it a lot. Unfortunally, this project's architecture andlibraries have been old. Don't have so much time to maintain this project so we decided to archive this project.

I have recreated the same music app with morden architecture and dynamic features here https://github.com/pokk/DropBeat. If you are interested in, please take a look.

Screenshots

  1. Main View
  2. Explore
  3. My Music
  4. Rank
  5. Searching

Data Source

Explore Function - All tracks, artists, photos data comes from last.fm . It lets me be able to get so much information of them.

Modules

We're using Clean Architecture for this project.

  • Presentation - This is the main Android application module.
  • Domain - A pure kotlin library without Android SDK.
  • Data - Android library with Firebase, Database for data fetching.
  • BuildSrc - Kts build source, version, third-party libraries path.
  • Ext
  • Ktx
  • Widget
  • Player - A ExoPlayer wrapped library.

Libraries Used

TODO

  • Playing View function for showing current playing music.
  • Notification of playing a music.

Licence

MIT License

Copyright (c) 2019 SmashKs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.