hmy65
hmy65
Popupwindow has so many little bugs like EditText longpress doesn't work. The dialogfragment is the recommended way to deal with popup in recent android iteration. I modified the ui a...
Let me say thanks to original author first. Due to android does not support java.awt.bufferedimage, if anyone could port this library to android using android native bitmap & bitmapfactory, that's...
seems the included version is 1.2, but the lastest is 1.5.
for ``` KoinMultiplatformApplication( config = koinConfiguration { modules(AppModule().module) } ) ``` Unresolved reference. None of the following candidates is applicable because of a receiver type mismatch:
### Ktorfit version 2.2.0 ### What happened and how can we reproduce this issue? client: ``` formData { append( key = "image_uploaded", value = fileBytes, headers = Headers.build { append(HttpHeaders.ContentType,...
@vinceglb When trying to compress a image, Android android.graphics.Bitmap(libjpeg-turbo) . For same compression rate, final size is small. JVM javax.imageio.ImageWriter(pure java implementation) . For same compression rate, final size is...