design Achieve alignment & vision with stakeholder interviews Stakeholder interviews allow you to ask powerful questions to business leaders, helping to define future vision and drive success.
iOS Tricks & treats to make UI testing less terrifying (part 3) This series will cover a couple of obstacles or complications you might run into when writing UI tests for iOS and will give advice on how to write cleaner tests. The third and last part will show how you can use page objects to structure your tests in a sustainable way.
iOS Tricks & treats to make UI testing less terrifying (part 2) This series will cover a couple of obstacles or complications you might run into when writing UI tests for iOS and will give advice on how to write cleaner tests. The second part will explain how to correctly access views in tests.
iOS Tricks & treats to make UI testing less terrifying (part 1) This series will cover a couple of obstacles or complications you might run into when writing UI tests for iOS and will give advice on how to write cleaner tests. In the first part we will look into possible issues with testing custom views.
design Organising icons in design systems The design team at Novoda has been dabbling with Design Systems in Sketch lately. Design Systems work as a unique source of truth for every imaginable component of an app’
engineering Android Things Best Practices, 3 ways to Thread Working with Android Things means connecting to peripheral sensors & actuators to send or receive commands and data. As with all Android development, you should be evaluating the performance impact
engineering Designing something S.O.L.I.D Novoda is an advocate for clean code and actively using pair-programming, collaboration and code reviews. The SOLID principles are fundamental to explaining a part of what clean code is, but