Android - Declarative vs Programmatic UI

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-04-01T14:10:47Z Indexed on 2010/04/01 14:13 UTC
Read the original article Hit count: 175

Filed under:

Has anyone seen or compiled benchmarks comparing declarative (XML) versus programmatically created UI's in Android?

There are things that Google has done to speed up the declarative approach, but you still do have the layout inflation step done at runtime.

Have you ever switched (or considered) changing your UI from declarative to programmatic for any reason?

© Stack Overflow or respective owner

Related posts about android