- It is an open-source Android application that allows people to record audio.
- Its design is very minimalistic and userfriendly.
- The user can easily record audio and view previous recordings.
.
└── bazukaa
└── audiorecorder
├── adapters
│ └── AudioListAdapter.java
├── ui
│ ├── fragments
│ │ ├── AudioListFragment.java
│ │ └── RecordFragment.java
│ └── MainActivity.java
└── util
├── Constants.java
└── LongToTime.java
Contributions are welcome.
- Submit an issue describing your proposed fix or feature.
- If your proposed fix or feature is accepted then, fork, implement your code change.
- Ensure your code change follows the standard code style and structure.
- Ensure your code is properly tested.
- Ensure your commits follow the standard commit message style
- Submit a pull request.
Clone this repository and import into Android Studio
git clone https://github.com/nakshatra-bazukaa/Voice-Recorder.git