Cross-Platform Development with Flutter
After a long time — too long — I'm back to writing. This time we're switching things up and diving into Flutter for cross-platform development.
Home / Category
7 posts
After a long time — too long — I'm back to writing. This time we're switching things up and diving into Flutter for cross-platform development.
In this post we cover UI testing with Espresso, closing out the TDD in Android series.
Continuing the TDD in Android series — this time with integration tests and how to test UI layer interactions.
Continuing the TDD in Android series — in this installment we write our first unit tests.
As we discussed in the previous article, unit tests are critical for development quality, and TDD forces you to write those tests before writing any production code. Here's how to set up an Android project for TDD.
RecyclerView has been one of Android's most important components and appears in the majority of apps. Here's how to use it.
You need Java to build Android apps — right? Not quite. There are other options that have been gaining ground over the past few years.