Paul Woitaschek

Results 195 comments of Paul Woitaschek

Just write it in Java? Or if you are using the original one try to set the duration to 0

Is there any news on this? I made a standalone version which scales accordingly to the bounds and does not need any resources and sometimes I have this thin line...

+1. Implemented it myself like this.

Yes, you can just manually set the width to 200dp (and adjust the height by the appropriate factor). However if the target is actually larger than 200dp you should simply...

I'd like to see a usecase where overwriting makes sense. I think that if you overwrite something right now you are speculating about the internal implementation.

Set a ColorFilter on the view you want to blur itself.

I forked the core code and created a mediaplayer drop-in replacement: https://github.com/PaulWoitaschek/AndroidPlayer It works without a service and can just be used. It's written in Kotlin and can therefore be...

You need to add jitpack to your repositorys like in the Readme. Please open an issue if the problem persists!

I guess the tmpFile does not exist? after setDataSource and prepare start should work. Whats the exception that was thrown?

Same problem here. When I enter my app and press play instantly, there is simply no sound and the app has to be killed manually to beeing usable again.