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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -