Tool for quickly testing Android layouts -
android layouts tricky right. inexperienced layouter me. @ moment use following workflow:
- design layout in intellij, using intellij's gui preview window
- test layout on device
- test layout on different emulator images
this approach has several problems:
- the intellij inaccurate (often layout looks different on device)
- testing on device good, here have 1 fixed resolution , ppi
- the emulator takes ages start up. if using multiple emulators things worse
that's why i'm looking alternate solution: tool, renders android layouts (no app logic required). tool should support different resolution , ppi settings , should close actual looks on real devices possible.
is there such tool? other alternatives there?
Comments
Post a Comment