Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nomariusz/musictimer
Special stopwatch, who play music when timing
https://github.com/nomariusz/musictimer
android android-studio coroutines-android kotlin music navigation-drawer recyclerview room-persistence-library stopwatch
Last synced: 19 days ago
JSON representation
Special stopwatch, who play music when timing
- Host: GitHub
- URL: https://github.com/nomariusz/musictimer
- Owner: NoMariusz
- Created: 2020-08-04T10:55:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T18:34:00.000Z (about 4 years ago)
- Last Synced: 2024-01-21T21:18:51.076Z (about 1 year ago)
- Topics: android, android-studio, coroutines-android, kotlin, music, navigation-drawer, recyclerview, room-persistence-library, stopwatch
- Language: Kotlin
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MusicTimer
![MusicTimer logo](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png "MusicTimer logo")Simple Android app, which is mix of stopwatch and music player !
## Work
* simply press start to start timer
* if you want to load your music to app go to "Tracks", then press "Update music tracks"
* add new theme in "Themes"
* add tracks to it
* set that theme active
Now when you start stopwatch, music plays :)## Main informations
App operate at minimum SDK 23, that is Android 6.0MusicTimer mainly uses modules such a Room Persistence Library, and Coroutines to store data
App set alarm that start LoadTracksService who synchronize music from device to app database every week
Works at this project started about half of may 2020
## TODO