FabianTerhorst / FastLayout

Generates a Java Object for your xml layout to reduce inflate time to zero
Apache License 2.0
443 stars 35 forks source link

LayoutCache use shallow clone #31

Open lightai opened 6 years ago

lightai commented 6 years ago

shallow clone dirty View Tree, should use deep clone, but android View System don't support deep clone. so i think LayoutCache have big problem

shuhuaxie commented 5 years ago

android View System can convert to JSON. What do you think?