-
java.lang.RuntimeException: Canvas: trying to use a recycled bitmap android.graphics.Bitmap@f341e32
at android.graphics.Canvas.throwIfCannotDraw(Canvas.java:1270)
at android.graphics.Canvas.drawBitm…
-
Hello, Can we play an mp3 from web by passing the url in audiowaveview.
Help!
-
Crashing frenquently on the following method :
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.next(ArrayList.java:837)
at com.shuyu.waveview.AudioWaveView.resolveToWaveDa…
-
Crashing frenquently on the following method :
java.lang.ArrayIndexOutOfBoundsException: length=360; index=360
at java.util.ArrayList.get(ArrayList.java:413)
at com.shuyu.waveview.AudioWaveView.r…
-
I use the following code. Is there any way to pause the animation?? Thx!
`
UIView.animate(withDuration: audioPlayer!.duration) {
self.waveView.progressSamples = self.waveView.totalSamples
}
`
-
Hi. There is a problem when using waveview on scrolling recyclerview .
` java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.graphics.Bitmap.isRecycled()' on a nul…
-
## Description
I want to Insert image, but it comes with some wired symbol  before every image.
### Package versions
* Python: 2.7.13
* MkDocs: 0.16.3
* Material: cloned, updated
##…
-
-
I tried the your example (XCode 8.1):
```
//Inside UIStackView (Autolayout)
@IBOutlet weak var waveformView: FDWaveformView!
override func viewDidLoad() {
let thisBundle = Bundle…
-
Hi, how can I determine the index of the item? If I switched first and second item, in DragablzItemsControl. Items [0] was returned second item, so I'm confused how to get the first item in collection…