Migration to Version Catalog. Version catalog enables to add and… | by Saqib | Nov, 2023
Version catalog enables to add and maintain dependencies and plugins at a central place. Photo by Mohamed Nohassi on Unsplash In a multi-module project adding dependencies individually including versions in each module build.gradle is not ideal and not a recommended approach. If you have to…
Add Custom View to SafeArea in SwiftUI
In the Apple ecosystem, the safe area is the designated region within a view that is not covered by elements such as navigation bars, tab bars, toolbars, or other views. SwiftUI views respect safe areas automatically, but sometimes you might need to place content inside…
How to Add Content Descriptions in Compose — A Guide for Android Devs | by Eevis Panula | Nov, 2023
When it comes to the contentDescription-attribute, I’ve noticed a couple of things Android devs do that are wrong and make apps harder to use with assistive technology. The first thing I see a lot is setting the content description of an icon to the icon…