A simple music player inspired by spotify and developed using the unofficial JioSaavn API. Has a lot of features like Search for an Artist, Song, Playlist, Albums. Not just search this app also provides you functionality to play the songs and view the artist info and much more.
- No Ads
- Play tracks in background
- Latest tracks available
- Search for Artists
- Search for Tracks
- Search for Albums
- Search for Playlists
- Doesn't collect any user data
- UI inspired by spotify
- much more...
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Android Studio (latest version recommended)
- Java 17+
- An android device or emulator
-
Clone the repository:
git clone https://github.com/harshshah6/SaavnMp3-Android.git
-
Open the project in android studio
-
Build and run the app on your device or emulator
- Java 17 - The programming language used.
- Saavn.dev - The unofficial JioSaav API used.
- Glide - Image library used to load the images from URL.
- Picasso - Image library used to load the images from URL.
- Gson - Gson library to parse the json response from API.
- OkHttp - Library to send requests to the APIs and receive the data.
- SwiperefreshLayout - Library to add feature of pull to refresh list.
- Shimmer - Library to add an animated loading effect to the layout.
- OverscrollDecor - IOS style (bouncy) overscroll effect in scrollable layouts.
- SSP & SDP - Dimension Values library to make UI responsive.
If you'd like to contribute to SaavnMp3-Android, here are some guidelines:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes.
- Run the project to ensure it works.
- Commit your changes.
- Push your changes to your forked repository.
- Submit a pull request.
This project is licensed under the MIT License.
MIT License
Copyright (c) 2024 Harsh S Shah
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.
- Inspired by spotify.
- Thanks to Saavn.dev for amazing unofficial JioSaavn API