Daniel Perez-Gomez Daniel Perez-Gomez

Android Unit Testing for Beginners

Let's add a unit test to our Important Todos App starting with the TodosViewModel.kt file. This file is responsible for the state and business logic of our TodosFragment.kt file.

Read More
Daniel Perez-Gomez Daniel Perez-Gomez

A Brief Overview of Android Automated Testing

I decided to create a playlist where I'll begin by covering some of the main test types and perhaps, as time passes and I learn more tips and tricks related to automated testing, I'll go ahead and add more videos to this list.

Read More
Daniel Perez-Gomez Daniel Perez-Gomez

The Usefulness of the .let Scope Function

Another multi-use scope function that Kotlin offers is .let. This is probably the one that I’ve used the most so far, however, I wasn’t aware of its other two benefits.

Read More
Daniel Perez-Gomez Daniel Perez-Gomez

What is State in programming?

I often hear the term “state” being used when describing objects in a program, or even programs entirely, and decided to do a bit of research to get some clarity.

Read More
Daniel Perez-Gomez Daniel Perez-Gomez

An important lesson for learning to code

This is something that I’ve been told by several people in different ways over the years. However, it took some time for me to fully understand it until I began applying the concept myself: learn by doing.

Read More