We Recently launched on AppStore built with Compos...
# compose-ui-showcase
k
We Recently launched on AppStore built with Compose Multiplatform through out, here is a sneak peak.
๐Ÿš€ 11
s
Yeah, Ashampoo Photos has the same problem with images poppig in while scrolling due to lazy loading. We really need some kind of build-in prefetching for the LazyList & LazyGrid.
k
i dont actually mind this
โž• 1
s
It somehow triggers me, but there is nothing I can do about it right now. Or at least I'm not aware of it. The old view systems had prefetching and I think it will come to Compose as well one day.
The animation at 1:58 looks a bit janky - maybe because it has a lot of elements and can't be rendered smoothly. I have the same problem with Photos when the user comes back from fullscreen mode and the filmstrip should be shown.
๐Ÿ‘ 1
k
Its been solved in 1.5.11 have you tried that? Its an old video
๐Ÿ‘๐Ÿป 1
s
You built a cool app, nice achievement. It's a bit of a relief see you having the same problems like I have right now. ๐Ÿ˜…
What exactly did 1.5.11 change there? Photos has still the issue.
k
Some skia engine related things on ios. Flutter has the same problem with SKIA
s
Compose may need some mechanic to "prewarm" / offscreen render some elements
k
Wouldnโ€™t it then have load on the ui thread?
s
Indeed, but maybe it can be done over a longer period in background.
The problem I see is this: "here comes this super complex UI, please render all of it now... and animate, please" And Compose: "I'm out. Here, take these 5 frames."
๐Ÿ˜‚ 5
๐Ÿ˜‚
k
Baseline profiles do almost the same thing, but honestly whose got time for that ๐Ÿ˜‚
๐Ÿ˜† 2
s
๐Ÿ˜„
Thank you for that reminder. My profile is super old. ๐Ÿ˜…
k
I dont have any yet ๐Ÿซ 
s
It wasn't that super effective the last time. ๐Ÿคทโ€โ™‚๏ธ
j
Cool stuff! Do you happen to have or plan to write a blog post about KMP/Compose Multiplatform and how you're using it?
โž• 2
k
@Stefan Oltmann let me know if it helps, ill do it after that ๐Ÿซ 
@Jacob Ras i do plan to start a series on youtube,but i do have some content published on these links https://github.com/Kashif-E?tab=repositories https://medium.com/@kashif-mehmood-km https://www.youtube.com/@codewithkashif4125
d
Looks amazing @Kashismails! Could you share what you used for navigation?
k
@Deepak Sundar i used voyager
๐Ÿ‘ 1