Skip to content

An open-source minimalistic Android application that allows people to record audio.

Notifications You must be signed in to change notification settings

nakshatra-bazukaa/Voice-Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audio RECORDER - An Audio Recorder Generic badge

Project Description

  1. It is an open-source Android application that allows people to record audio.
  2. Its design is very minimalistic and userfriendly.
  3. The user can easily record audio and view previous recordings.

Download the App

Generic badge

Project Structure

.
└── bazukaa
    └── audiorecorder
        ├── adapters
        │   └── AudioListAdapter.java
        ├── ui
        │   ├── fragments
        │   │   ├── AudioListFragment.java
        │   │   └── RecordFragment.java
        │   └── MainActivity.java
        └── util
            ├── Constants.java
            └── LongToTime.java

Contributions

Contributions are welcome.

  1. Submit an issue describing your proposed fix or feature.
  2. If your proposed fix or feature is accepted then, fork, implement your code change.
  3. Ensure your code change follows the standard code style and structure.
  4. Ensure your code is properly tested.
  5. Ensure your commits follow the standard commit message style
  6. Submit a pull request.

Installation

Clone this repository and import into Android Studio

git clone https://github.com/nakshatra-bazukaa/Voice-Recorder.git

About

An open-source minimalistic Android application that allows people to record audio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages