Sergey Y.
08/18/2021, 2:40 PMdp->px
and px->dp
transformations.
Because the Layout system works with Dp
and the Canvas system accepts Px
.
Are there any recommendations or best practices on how to reduce the conversion of these units?
Reduce repeatability of the code.
The more they used in the code, the more it adds noise. 🧵Anastasia Rozovskaya
08/18/2021, 5:01 PMAndrey Kulikov
08/18/2021, 5:29 PMMichael Paus
08/19/2021, 6:09 PM