Categories
Hard Skills

Review of “Learn TDD in 24 hours” on Udemy [2018]

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 […]

Categories
Software Development

Layout Design View Render Problem in Android Studio 3.0.1

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 […]