ductranit

Results 13 issues of ductranit

hi, got a crash log from device HUAWEI like when load this view: Fatal Exception: java.lang.RuntimeException: Unable to start activity ``` ComponentInfo{com.mz.tkw/com.mz.tkwui.SplashActivity}: android.view.InflateException: Binary XML file line #10: Binary XML...

Thanks for great library. I wonder could you support to change all attributes of `GravView` at run time? For example: `gravView.setColorGenerator(GravAnimatorGenerator animatorGenerator)` It would be make sense because sometime we...

Hi there, I'd like to implement JPEG XL encoder/decoder for iOS but I can't find any document about it. Is there anyone success to build on iOS in xcode &...

question
building/portability
post 1.0

I have a zip with multiple entries, I want to check to make sure this zip is totally decompress by compare its entries count and the total files in decompress...

Hi @eneim, I have some reports from my users that sometime they see a toast message, like `Unable to instantiate decoder OMX.exynos.avc.dec` in production release. When I checked your library...

enhancement

I get this NPE exception when start falling notes ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.drawable.Drawable.getIntrinsicHeight()' on a null object reference at dyanamitechetan.vusikview.VusikView$Notes.init(SourceFile:200) at dyanamitechetan.vusikview.VusikView$Notes.calculateNextStep(SourceFile:205) at...

Hi there, I wonder is there any complete example that run pipeline from build github repo to deploy into playtore & apple store? I tried to use [google play](https://marketplace.visualstudio.com/items?itemName=ms-vsclient.google-play) and...

I have a property like: ``` Map animations = {}; ``` Before I can read its type when running analyzer with this code: ``` class MyGenerator extends Generator { @override...

I need to draw some overlay contents above the pdfview with `CustomPaint`. I need to get the zoom level (with zoom listener) and scroll offset (with scroll listener) to draw...

In this pull request, I did: - Update to the latest [google play in app review](https://developer.android.com/guide/playcore/in-app-review/kotlin-java) `com.google.android.play:review:2.0.0` - Update to latest gradle 7.2.2 - Update `compileSdkVersion` to 32