Shreyas Patil's Blog

Shreyas Patil's Blog

Follow
homeOpen-SourceAbout meSponsornewsletter
Tag

Jetpack Compose

#jetpack-compose

More content

Read more stories on Hashnode


Articles with this tag

Solving the mystery of recompositions in Compose's LazyList

Aug 21, 2023

Hi Composers 👋🏻, in this blog we'll discuss the issue which generally affects the performance of the application which presents data on UI with the...

Solving the mystery of recompositions in Compose's LazyList

Leveraging the Snapshot Mutation Policies of Jetpack Compose

Jan 30, 2023

Hey Composers 👋🏻, The heart💚 of Jetpack Compose is a State that tells compose when to recompose UI. In the state management with compose, we can...

Leveraging the Snapshot Mutation Policies of Jetpack Compose