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

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.

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 recordings

Screenshots:

![Screenshot_2023-02-02-14-34-03-846_com kaushalvasava org apps voicerecorder](https://user-images.githubusercontent.com/49050597/216279878-2bb6db32-7263-494c-985e-8d7ba6afea38.jpg)
![Screenshot_2023-02-02-14-31-32-912_com kaushalvasava org apps voicerecorder](https://user-images.githubusercontent.com/49050597/216279867-18dab24a-e3c7-4945-b3d0-1a4bfc53e809.jpg)
![Screenshot_2023-02-02-14-31-41-073_com kaushalvasava org apps voicerecorder](https://user-images.githubusercontent.com/49050597/216279859-9319ec66-e917-410d-bc87-42dd960d71ee.jpg)
![Screenshot_2023-02-02-14-30-31-995_com kaushalvasava org apps voicerecorder](https://user-images.githubusercontent.com/49050597/216279873-723e5624-e0c5-460f-b083-4f8bd845b32a.jpg)

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