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

https://github.com/Jatin-Shihora/Music_Player-app

This app displays a list of songs from the local memory of the device. The app has functions like current playlist, New playlist, Repeat songs, Sleep Timer, Loop playlist ,Favourites.
https://github.com/Jatin-Shihora/Music_Player-app

android android-application android-development android-studio apk java music-player native-andriod-apps sqlite-database xml

Last synced: over 1 year ago
JSON representation

This app displays a list of songs from the local memory of the device. The app has functions like current playlist, New playlist, Repeat songs, Sleep Timer, Loop playlist ,Favourites.

Awesome Lists containing this project

README

          





Music PLayer App


An Easy to use Music Player App


Explore the Repo »




Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Design Workflow

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgements

## About The Project

|Logo|Main Screen|
|---|---|
|![icon_img](https://user-images.githubusercontent.com/75017563/131969452-54389059-c06e-4864-bf70-b5f565e4ecfd.jpg)|![Main_Activity-All_Songs](https://user-images.githubusercontent.com/75017563/131969116-350e1bef-c06e-45f1-9440-b82d7f51c2b9.jpg)|

There are many great Music Player apps availbale , however, I didn't find one that really suit the needs of a person who don't use that much tech in their day to day life like elderly person and that became the reason for creation of this app.

Of course,my app does not have everything and since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people who have inspired me for working towards this app!

A list of commonly used resources that I find helpful are listed in the acknowledgements.

### Built With

This App was build with the help of Java for coding the brain of the app, XML for beautification & SQLite for adding Memory to the brain .
* [Java](https://docs.oracle.com/en/java/)
* [XML](https://developer.mozilla.org/en-US/docs/Web/XML/XML_introduction)
* [SQLite](https://www.sqlite.org/index.html)

## Getting Started :

### App Compatibility

Android device running with Android OS 4.0.4 (API Level 15) or above. Best experienced on Android Nougat 7.1 and above. Designed for Phones and NOT for Tablets.

### Prerequisites

Before getting in the project you should have the basic knowledge of the following
* Java
* XML
* SQLite
* Android SDK
* Android Studio

### Installation

1. Clone the repo
```sh
git clone https://github.com/Jatin-Shihora/Music_Player-app.git
```
2. Run the Gradle build Properly .
3. Develop some more amazing features .

## Usage

The Main use of this app is to enjoy your favourite music without any disturbance .Also , are you tired from those network connection error and ads while listening the music ? So, don't worry in this music player app the songs are fetched locally from the device .

## Design Workflow

App is structured as an Music Player App that displays a list of songs from the local memory of the device. The app has functions like current playlist, New playlist, Repeat songs, Shuffle, Sleep Timer, Loop playlist, Favourites.

### The Home Screen or the Main Activity of the App

The Main Activity displays a bar for Controlling the music and a Tab Layout with three tabs -
|All Songs|Current Playlist|Favourites|
|---|---|---|
|![Main_Activity-All_Songs](https://user-images.githubusercontent.com/75017563/131969116-350e1bef-c06e-45f1-9440-b82d7f51c2b9.jpg)|![Main_Activity-Current_Playlist](https://user-images.githubusercontent.com/75017563/131969167-03dea4fc-b69a-4ed1-8b27-0d139e86e72f.jpg)|![Main_Activity_Favourites](https://user-images.githubusercontent.com/75017563/131969141-f0ca8075-4b02-4831-aeaf-d3816615545b.jpg)|

1. All Songs -
Shows a list of all songs taht are fetched from the local memory of the device.
2. Current Playlist -
Shows a list of songs known as playlist that the user wants for one time use.
3. Favourites -
Shows a list of favourites songs that the user has selected .

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

### **Note** :
Make sure you push only those files that you have changed .

## License

```
Copyright 2021 Jatin C Shihora

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.
```

## Contact

Linkedin(Jatin Shihora) - [https://www.linkedin.com/in/jatin-shihora/](https://www.linkedin.com/in/your_username/)

Mail - jatinshihora0123@gmail.com

Project Link: [https://github.com/Jatin-Shihora/Music_Player-app](https://github.com/your_username/repo_name)

## Acknowledgements
* [ Apache License 2.0](http://www.apache.org/licenses/)
* [Official website of Andorid developers](https://developer.android.com/)
* [Font Awesome](https://fontawesome.com)