dkim0419 / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
1.49k stars 807 forks source link

Scheduled recorder #81

Closed iClaude closed 6 years ago

iClaude commented 6 years ago

I implemented a scheduled recordings feature to your app. I added a third Fragment where you can program recordings for a specified time in the future, and the recording start automatically. To do this I added some more classes to the project: a bootup Broadcast Receiver, a Service for scheduling future recordings, etc. I also changed the RecordingService class making it an hybrid Service (both bound and started) with an interface to communicate information to the connected Activity.

Check and test the scheduled-recorder branch and tell me what you think...

device-2017-11-05-164437