From alexzh.com
How to create a scrollable chart in Compose Multiplatform
0 1
Explore how to create a scrollable chart with Compose Multiplatform! This article guides you through creating dynamic, scrollable charts.
on Fri, 3PM
From alexzh.com
Date and Time Formatting in Kotlin with the DateTime Library
0 0
Explore the art of formatting date and time in Kotlin with the Kotlinx-datetime library. This guide introduces you to the efficient use of Unicode patterns and Kotlin DSL for formatting date and time types. Ideal for Kotlin Multiplatform projects.
on Mar 2
From alexzh.com
0 0
This article covers using and customizing the “Dividers” components from the "Material 2" and "Material 3" libraries in the Jetpack Compose. In addition to that, we will explore the difference between implementation of the Divider, HorizontalDivider and VerticalDivider.
on Feb 8
From alexzh.com
0 0
Introduction Jetpack Compose provides a declarative way of building the UI of the Android app. Layouts are an essential component for creating UI, and Jetpack Compose already supports a few of them. This article will explore available layouts in Jetpack Compose combined with modifiers,...
on Jan 27
From alexzh.com
0 0
We will explore many customization options for the text with Jetpack Compose in this article.
on Jan 22
From alexzh.com
0 0
The article explores different types of UI testing, such as end-to-end testing, UI testing with fake data, pixel perfection testing, and accessibility testing. The article also includes information on how to get started with UI testing in any project.
on Nov 17, 2023