wasabeef /
recyclerview-animators
An Android Animation library which easily add itemanimator to RecyclerView items.
93/100 healthLoading repository data…
narojkumar99 / repository
An Android library to make the implementation of voice/audio messages' playing easier
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An Android library to make the implementation of voice/audio messages' playing easier (SDK 16+)
Step 1. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.JagarYousef:ChatVoicePlayer:1.0.1'
}
<me.jagar.chatvoiceplayerlibrary.VoicePlayerView
android:id="@+id/voicePlayerView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:playPauseBackgroundColor="#4CAF50"
app:shareBackgroundColor="#F44336"
app:viewBackground="@color/gray"
app:showShareButton="true"
app:shareCornerRadius="100"
app:playPauseCornerRadius="100"
app:showTiming="false"
app:viewCornerRadius="100"
app:progressTimeColor="@color/pink"
app:seekBarThumbColor="#FFC107"
app:seekBarProgressColor="#000"
app:shareText="SHARE ME"/>
voicePlayerView.setAudio(AUDIO_FILE_PATH);
onStop() //This will avoid many errors if you called it on your activity onStrop()
onPause() //If you don't want to play the voice out of your activity/app!
setViewBackgroundShape(int color, float radius) //color should be R.color.YOUR_COLOR
setShareBackgroundShape(int color, float radius) //color should be R.color.YOUR_COLOR
setPlayPaueseBackgroundShape(int color, float radius) //color should be R.color.YOUR_COLOR
setSeekBarStyle(int progressColor, int thumbColor) //both colors should be R.color.YOUR_COLOR
setTimingVisibility(boolean visibility)
setShareButtonVisibility(boolean visibility)
setShareText(String shareText)
MIT License
Copyright (c) 2019 Jagar Yousef
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Selected from shared topics, language and repository description—not editorial ratings.
wasabeef /
An Android Animation library which easily add itemanimator to RecyclerView items.
93/100 healthandroid-async-http /
An asynchronous, callback-based Http client for Android built on top of Apache's HttpClient libraries.
90/100 healthwasabeef /
An Android transformation library providing a variety of image transformations for Glide.
92/100 healthwasabeef /
Blurry is an easy blur library for Android
88/100 healthTapadoo /
An Android Alerting Library
91/100 healthCameraKit /
Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
87/100 health