All Projects → HeZaiJin → Animatedrecordingview

HeZaiJin / Animatedrecordingview

Android animated recording view

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Animatedrecordingview

Terminalizer
🦄 Record your terminal and generate animated gif images or share a web player
Stars: ✭ 12,165 (+3426.09%)
Mutual labels:  record, animated
Torchfunc
PyTorch functions and utilities to make your life easier
Stars: ✭ 177 (-48.7%)
Mutual labels:  recording, record
Gors
go实现的终端录屏程序
Stars: ✭ 19 (-94.49%)
Mutual labels:  recording, record
Recorder
html5 js 录音 mp3 wav ogg webm amr 格式,支持pc和Android、ios部分浏览器、和Hybrid App(提供Android IOS App源码),微信也是支持的,提供H5版语音通话聊天示例 和DTMF编解码
Stars: ✭ 2,891 (+737.97%)
Mutual labels:  recording, record
Wiremockui
Wiremock UI - Tool for creating mock servers, proxies servers and proxies servers with the option to save the data traffic from an existing API or Site.
Stars: ✭ 38 (-88.99%)
Mutual labels:  recording, record
rdScreenRecordSDK-for-Windows
Windows录屏SDK
Stars: ✭ 19 (-94.49%)
Mutual labels:  recording, record
animated interpolation
A flutter interpolation plugin inspired by the React Native interpolation animation
Stars: ✭ 20 (-94.2%)
Mutual labels:  animated
FluidBottomNavigation-rn
Animated Tab Bar Component for React Native
Stars: ✭ 179 (-48.12%)
Mutual labels:  animated
fl animated linechart
Animated line chart for flutter
Stars: ✭ 48 (-86.09%)
Mutual labels:  animated
react-native-animated-menu
Top-down animated menu transition concept
Stars: ✭ 56 (-83.77%)
Mutual labels:  animated
Fcharts
📊 [wip] Create beautiful, responsive, animated charts using a simple and intuitive API.
Stars: ✭ 318 (-7.83%)
Mutual labels:  animated
Sequent
A simple continuous animation library for Android UI.
Stars: ✭ 263 (-23.77%)
Mutual labels:  animated
react-native-animated-bar
Responsive React Native Animated Progress Bar
Stars: ✭ 46 (-86.67%)
Mutual labels:  animated
react-native-animated-circular-progress
No description or website provided.
Stars: ✭ 16 (-95.36%)
Mutual labels:  animated
lovelace-animated-background
Animated backgrounds for lovelace
Stars: ✭ 123 (-64.35%)
Mutual labels:  animated
gifterm
View animated .GIF files in a text console. Linux/Mac/Windows
Stars: ✭ 14 (-95.94%)
Mutual labels:  animated
Typed Immutable
Immutable and structurally typed data
Stars: ✭ 263 (-23.77%)
Mutual labels:  record
BASH-Model
We developed a method animating a statistical 3D human model for biomechanical analysis to increase accessibility for non-experts, like patients, athletes, or designers.
Stars: ✭ 51 (-85.22%)
Mutual labels:  animated
reading books record repository
📚 책을 읽고 정리합니다. 📖 Summary of Books 👉 우리 같이 책을 읽어볼까요?
Stars: ✭ 25 (-92.75%)
Mutual labels:  recording
Division
Simple to use yet powerfull style widgets with syntax inspired by CSS.
Stars: ✭ 262 (-24.06%)
Mutual labels:  animated

AnimatedRecordingView

Android animated recording view .中文版

Preview

预览

Gradle

compile 'com.haozhang.libary:android-animated-recording-view:1.0'

How to use

Use in xml

<com.haozhang.lib.AnimatedRecordingView
    android:id="@+id/recording"
    android:layout_width="match_parent"
    android:layout_height="200px"
    />

Use in method

    AnimatedRecordingView mRecordingView = (AnimatedRecordingView) findViewById(R.id.recording);
    // start recording animation
    mRecordingView.start();
    // set the mic volume
    float vol;
    mRecordingView.setVolume(vol);
    // start loading animation
    mRecordingView.loading();
    // start finished animation
    mRecordingView.stop();

#License

Copyright 2016 Hand HaoZhang

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].