Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrpdev/melodyshare
Android app for sharing melodies with friends! (SETU Mobile Dev CA)
https://github.com/piotrpdev/melodyshare
android midi music
Last synced: about 1 month ago
JSON representation
Android app for sharing melodies with friends! (SETU Mobile Dev CA)
- Host: GitHub
- URL: https://github.com/piotrpdev/melodyshare
- Owner: piotrpdev
- License: mit
- Created: 2024-01-17T15:21:11.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-04-27T15:57:23.000Z (8 months ago)
- Last Synced: 2024-11-26T21:15:04.127Z (about 1 month ago)
- Topics: android, midi, music
- Language: Kotlin
- Homepage: https://www.youtube.com/watch?v=BSotEKMmxo8
- Size: 545 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MelodyShare
An Android app for sharing melodies with friends!
CA submission for SETU's Mobile Application Development module.
_(Here is the assignment due date)_
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/ZX5kW5CC)
## Setup
### Firebase
> [!NOTE]
> Remember to generate and add the SHA to your Android app settings in Firebase,e.g.:
> `./gradlew signingReport`This app uses [Firebase](https://firebase.google.com/) so you need to set-up a project and place the generated `google-services.json` into the `app/` directory.
### Google Cloud Functions
This project contains some Google Cloud Functions you need to setup in `google_cloud_functions/`:
- `addUserToDB`
- Environment: 1st gen
- Trigger: Firebase Authentication - create- `sendFCM`
- Environment: 1st gen
- Trigger: Cloud Firestore - create - `shares/{shareId}`## Contributing
- **Linting:** run the `ktlintFormat` Gradle task.
- **Documentation:** run the `dokkaHtml` Gradle task.
- Dokka output will be generated to: `app/build/dokka/html/`
- **Testing:** run the `test` Gradle task.
- **Test Coverage:** run the `connectedCheck` Gradle task.
- Jacoco report will be generated to: `app/build/reports/androidTests/connected/debug/`## Wireframes
Here are some of the original wireframes/sketches of the design for the app.
| App | Sequencer |
|:---------------------------------------------------:|:-----------------------------------------------------------------------:|
| ![app_wireframe.png](.github/img/app_wireframe.png) | ![melody-sequencer-sketch.jpg](.github/img/melody-sequencer-sketch.jpg) |## License
The code in this repository is licensed under the [MIT License](https://opensource.org/license/mit), see [LICENSE.md](./LICENSE.md) for more details.