Michal Klimczak
06/09/2021, 2:17 PMAdam Powell
06/09/2021, 2:26 PMpainterResource
has some pathological behavior around repeated loading and if used in a LazyColumn or similar it's easy to see it fall off a cliffMichal Klimczak
06/09/2021, 2:32 PMIf the performance settles after the first few interactions with your UI you might be seeing this contributingYes, it seems that it gets a bit better over time, but it's far from perfect still. I have an old app which shows basically the same data and is much more performant
Adam Powell
06/09/2021, 2:34 PMMichal Klimczak
06/09/2021, 2:37 PMAdam Powell
06/09/2021, 2:38 PMmarkdown code snippet
on the issue tracker is even better, but gists or even sample apps can be helpful too.Michal Klimczak
06/09/2021, 2:40 PMAlbert Chang
06/09/2021, 2:44 PMAdam Powell
06/09/2021, 2:44 PMShakil Karim
06/09/2021, 3:18 PMAdam Powell
06/09/2021, 4:06 PMMichal Klimczak
06/09/2021, 6:29 PMAdam Powell
06/09/2021, 6:34 PMMichal Klimczak
06/09/2021, 6:44 PMImage(
painter = rememberCoilPainter(
request = Uri.parse(photo.image.filePath),
fadeIn = true
),
contentDescription = null,
modifier = Modifier
.height(100.dp)
.padding(horizontal = 8.dp)
.clickable { onGalleryShown(GalleryState(tNote.photos, i)) },
)
this is how my coil Image looks, it's powered by accompanist indeedromainguy
06/09/2021, 6:59 PMColton Idle
06/09/2021, 8:03 PMMichal Klimczak
06/09/2021, 8:44 PMcb
06/09/2021, 9:17 PMMichal Klimczak
06/10/2021, 5:16 AMfirst-time/first day startup before ART's profile-guided optimization compiles the app code; we've got some more to share about this soon. If the performance settles after the first few interactions with your UI you might be seeing this contributing@Adam Powell have you shared anything about this or has anything changed in the last 20 days?
Adam Powell
06/28/2021, 1:42 PMMichal Klimczak
06/28/2021, 7:19 PMromainguy
07/30/2021, 4:20 PMMichal Klimczak
07/31/2021, 5:07 AM