To-Do List Application Phase 2 - iOS

I have completed Phase 2 of my iOS To-Do List application.

The application allows new items to be added to a list with a given priority. Items in the list are then sorted and displayed based on the assigned priority.

Run Selenium Tests in Ruby - Minitest

What is Minitest?

Minitest is a testing framework for Ruby that provides a complete suite of testing facilities. It is quick to run and supports TDD, BDD, mocking, and benchmarking.

Spacer - Jetpack Compose

The last post from me of 2021. I have been delving deeper into Android Jetpack Compose and wanted to create some tutorial posts.

For this tutorial, we will be looking at the Spacer component.

Navigation and Lottie - Jetpack Compose

I have been experimenting with JetPack Compose and Lottie animations. Using the Jetpack Compose navigation library. I created a simple app comprising four screens that are navigated using the tab bar.

Chat Screen - Jetpack Compose

Back to Android this week and JetPack Compose, creating a chat screen showing a list of expandable & animated messages containing an avatar and text, designed using Material Design principles with a dark theme.

To-Do List Application Phase 1 - iOS

I have completed Phase 1 of my iOS To-Do List application.

The application allows new items to be added to a list with a given priority. Items in the list are then sorted and displayed based on the assigned priority.

MoT UI Automation Week - UI Check Challenge

The good folks at Ministry of Testing are running a UI Automation week from Monday 22nd February.

As part of the event, there are a set of UI Automation challenges. Designed to test existing skills and develop new ones.

Testing Login UI - Android Espresso

I have added automated native Espresso tests in Kotlin to my Login Flow.

Scrollable Card List - Jetpack Compose

I have been experimenting with Android Jetpack Compose. Android’s modern toolkit for creating and building native UI. Currently in Alpha.

UIAutomatorViewer - Quickly Inspect Elements on Android

What Is UIAutomatorViewer?


UIAutomatorViewer is part of the Android SDK manager. It is a UI inspector GUI (graphical user interface) tool that allows for the easy and quick inspection of UI elements contained in an android application.