当前位置: 代码迷 >> Android >> Android <include /> <merge /> and <ViewStub />
  详细解决方案

Android <include /> <merge /> and <ViewStub />

热度:237   发布时间:2016-05-01 20:16:44.0
Android <include />, <merge /> and <ViewStub />
http://developer.android.com/training/improving-layouts/index.html
提高layout的性能


<include /> --layout component: share and reuse(layout 组件的共享与复用)

<merger />-- layout level: optimize and improve layout time(layout 层次的优化以提高layou的时间从而提高layout 速度)

<ViewStub>-- layout load: 按需加载layout

  相关解决方案