What is Test-Driven Development (TDD)? Test-driven development is all about writing code that you trust, maintainable, and you won’t call it legacy code straight out of the box. It means you write the test first and then you start to write code. In contrast with common beliefs, you save time with this technique because you […]
Tag: java
Gradle problems and Design view is broken in android studio 3.0.1 Currently, I am learning the Google: Associate Android Developer (AAD) path on Pluralsight by Jim Wilson.In the third course: Enhancing the Android Application Experience I had to update the app Gradle file to give support for the appcompat library. A side note: The course […]