https://github.com/kaushalvasava/voicerecorder
It is a voice recorder app using jetpack compose, room dabatase, dependency injection, MVVM architecture.
https://github.com/kaushalvasava/voicerecorder
android androidapp audio-recorder bottomsheet composer-library dependency-injection foregound-sevice jetpack-compose kotlin mediaplayer-api mediarecorder-api mvvm room voice-recorder
Last synced: 6 months ago
JSON representation
It is a voice recorder app using jetpack compose, room dabatase, dependency injection, MVVM architecture.
- Host: GitHub
- URL: https://github.com/kaushalvasava/voicerecorder
- Owner: KaushalVasava
- Created: 2023-02-02T08:38:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T11:25:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T00:05:28.671Z (7 months ago)
- Topics: android, androidapp, audio-recorder, bottomsheet, composer-library, dependency-injection, foregound-sevice, jetpack-compose, kotlin, mediaplayer-api, mediarecorder-api, mvvm, room, voice-recorder
- Language: Kotlin
- Homepage:
- Size: 139 KB
- Stars: 20
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VoiceRecorder
It is a voice recorder app using Jetpack compose, room dabatase, dependency injection, MVVM architecture.You will learn following android topics:
- Jetpack compose for android UI developement
- MVVM architecture for loose coupling and better to manage code
- Foreground service for backgound recording
- MediaRecorder to record voice or internal audio and media player for playing media file
- Dependency Inejction using dagger hilt
- Permission Handling in jetpack compose
- Composable functions like Lazy columns, Box, Surface, Bottomsheet, Scaffold, Dialog etc.
- Search in lazy list using room
- Room library for store recordingsScreenshots:



I know its not perfect coding in this jetpack compose composable functions but we will improve it.
If you want to contribute to it, just fix bugs and raise PR. or write to discuss bugs on linkedIn or Twitter.Follow me on :
LinkedIn: https://www.linkedin.com/in/kaushal-vasava
Twitter: https://twitter.com/KaushalVasavaIn
Author: Kaushal Vasava