LazyRow - Jetpack Compose
For this tutorial, we will be looking at another Lazy Composable and create a horizontal scrollable list inside a LazyRow
In my previous post, we explored an example of LazyColumn. In this post let’s look at LazyRow.
For this tutorial, we will be looking at another Lazy Composable and create a horizontal scrollable list inside a LazyRow
In my previous post, we explored an example of LazyColumn. In this post let’s look at LazyRow.
For this tutorial, we will be looking at creating a scrollable list inside a LazyColumn
If we wanted to display a large number of items or a list of an unknown length. Using a layout such as Column can cause performance issues, as all the items will be composed and laid out whether or not they are visible. At an app launch for example.
For this tutorial, we will be looking at text fields.
Text fields allow users to enter text into a UI. Text fields in Material design come in two types: Filled text fields or Outlined text fields. Outlined text fields are what we shall look at here.
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.
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.
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.
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.
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.
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.
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.