It’s Friday, it’s time for a new pack of articles to go over the long (for some of you) weekend.
Jetpack Compose 1.2 introduces a lot of new features. One of them is the ability to analyze created Composables in terms of various metrics and measurements of their performance. Please review the article to check the details.
Migrating Architecture Blueprints to Jetpack Compose
Probably each of us knows the Android Blueprints projects and in this article, Manuel Vivo presents how they migrate them to Jetpack Compose.
Android — 9 Useful Kotlin Flow Operators You Need to Know
Operators are key elements of any reactive framework, including Kotlin Flow. They enable various operations to be performed on the data stream elements. In this article, you will find 9 of them which are the most useful during daily basis work.
Resilient use cases with kotlin.Result, coroutines and annotations
When creating software, it is extremely important to consider cases where something may go wrong this article shows you how to implement fault-tolerant UseCase classes.
In this article, you can find a summary of App Excellence Summit 2022.