This article covers adding and customizing the “Pull to Refresh” action in the Jetpack Compose. In addition to that, we will explore how to trigger pull to refresh action in UI tests.| Mobile development with Alex
This article explains how to get access to values from a "Regional Preferences" settings screen in Android 14.| Mobile development with Alex
This article explains how to access string resources in UiAutomator test cases.| Mobile development with Alex
This article covers creating and customizing the "Switch" component in Jetpack Compose for enabling/disabling features. It explores differences between "Material" and "Material 3" libraries, and how to interact with and verify the Switch component's state in UI tests.| Mobile development with Alex
The "App Shortcuts" feature allows users to access a specific part of the application from the device's home screen. Users can see all available shortcuts by long pressing on the icon of the applications. In this article, we will learn how to test app shortcuts in Android apps.| Mobile development with Alex
Explore different dropdown menus in Jetpack Compose. This guide covers information about creating, customising and testing dropdown menu in Jetpack Compose.| Mobile development with Alex
Explore a new logcat. This guide covers all keys for queries, how to manage query history, formatting options, and how to set up multiple logcat windows.| Mobile development with Alex
Many developers use string resources for development, and we can use similar resources for testing Jetpack Compose code with UI tests.| Mobile development with Alex
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.| Mobile development with Alex