You can get the design here
How can we speed up the Hybrid RecyclerView ComposeViewHolder?
CodePudding user response:
Please run release build of the application with R8 enabled. This increases performance significantly.
CodePudding user response:
Try using a diff view composition strategy, one that is tied to the lifecycle of the fragment/activity. That way your composable isn't based on attach/detatch of the view which happens a lot