-
- [x] Fragment のプロパティに binding を持たせ続けてしまうとメモリリークを起こしてしまう危険性があります。公式にもあるように onDestroyView に null を代入したりしてメモリの解放を行うと良いです。
- https://developer.android.com/topic/libraries/view-binding#fragments
- [ ]…
-
While migrating telephoto to coil3, I noticed that some of my tests were running into infinite loops of image requests because the new equality delegate does not account for non-`ImageRequest` models.…
saket updated
2 weeks ago
-
### Describe the bug
Using either `Play next` or `Add to queue` while a song is playing replaces the currently playing one instead of adding it to a queue
1. start the app
2. start a remote con…
-
### Proposal
Hello, this 6mb limit always has been a pain in the arm, so with the new EAS build system it's now possible to lift it. (According to Brent Vatne himself the creator of expo : https://…
-
**Describe the bug**
Extra information from the original request will not be retained, If request a picture that requires authentication, it will cause a crash.
https://github.com/panpf/zoomima…
-
## Overview
Web検索の実装
> App内でWeb検索をする
## Todo
- [x] Webで検索
- [x] 検索したものをTabで管理する
- [x] WebViewのnavigationをcomopse navigationで行う
## Option
- [x] 検索している現在のtitle, url, iconの表示
- [ ]…
-
**This declaration is opt-in and its usage should be marked with @kotlinx. serialization. InternalSerializationApi or @OptIn(markerClass = kotlinx. serialization. InternalSerializationApi. class)
I r…
-
안드로이드 코틀린에서 Jetpack Compose를 사용하여 웹 페이지의 HTML에서 `img` 태그의 `src` URL을 찾아 화면에 이미지를 띄우는 기본적인 샘플 코드를 제공하겠습니다. 이 코드는 `WebView`를 사용하여 웹 페이지를 로드하고, JavaScript를 이용하여 HTML 내부의 `img` 태그들을 찾아 그 `src` 속성을 추출한 후, …
-
**Is your feature request related to a problem? Please describe.**
Any plans to support animated images such as gif/animated webp on multiplatform?
**Describe the solution you'd like**
Right now …
-
**Is your feature request related to a problem? Please describe.**
Currently, the `Decoder` interface in `coil` lacks a standardized way to handle resource cleanup. When developers implement custom `…