Hi Please suggest how can i optimize the rendering...
# android
m
Hi Please suggest how can i optimize the rendering and over drawing in XML and Compope UI I got these points from web -> Shifting backgrounds and colors to parent layouts. -> Reduce view nesting OR using Constraintlayout. -> Avoiding unnecessary notifyDataSetChanged() calls. -> Using LaunchedEffect in compose to avoid recompositions -> Avoiding lambda functions and using method references in compose
not kotlin but kotlin colored 2
a
See #compose