-2

Is there a tool or app which will optimize building xmls in android app, because right now the only way to check difference between designer's template and an app is making screenshots and using graphical editor for overlaying each over other.

I have some DIY tools, but I am interesting in ready to use products, does somebody know them?

Nazacheres
  • 99
  • 10
  • 3
    Please look at [ask] . _Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it._ – JimHawkins Jan 09 '17 at 08:59
  • @JimHawkins Ok, sorry, didn't know that it's a problem. I was just looking for a good software. – Nazacheres Jan 09 '17 at 09:11
  • @НазарОвчарчин Have a look at SoftwareRecommendations.StackExchange, You can switch to it in the top left corner and join the community to ask there. – geisterfurz007 Jan 09 '17 at 09:41

1 Answers1

1

Have you explored the developer options provided with the phones?

  • Enable layout bounds to know where a layout ends, its margin and padding
  • Profile gpu rendering:onscreen bars, to check UI thread overload.
  • Animation speeds: you can increase, decrease and disable animation.

I use this app to check if my UI is aligned properly.

enter image description here

amalBit
  • 12,041
  • 6
  • 77
  • 94
  • 1
    oh, thanks, also found several similar apps using tag **overlay**,[app](https://play.google.com/store/apps/details?id=nazacheres.com.pixelperfect) this allows dynamically change alpha using toolbox which is on top of everything too. – Nazacheres Jan 09 '17 at 09:19