Inline functions in Kotlin
A comprehensive guide to inline functions, covering their purpose, practical examples, and tips for when to use or avoid them.
A comprehensive guide to inline functions, covering their purpose, practical examples, and tips for when to use or avoid them.
When updating Android Studio to Electric Eel, the location of the embedded JDK is changing.
LiveData created this way will only emit data when it has active observers.
This post will describe how I store and manage my dotfiles in a repository on GitHub.
It’s a typical use case, but it’s hard to find a concrete example in the documentation.
Testing the final result of a suspending function is easy, but what about verifying what happens inside it during the execution?
It always puzzled me so I decided to find out how are these things different.
System bar colors can be changed directly with Compose, without a need to modify any XML files.
The approach described here might be useful to you if your application has some sort of a personalized feed for each user.
It’s easy to do in a Blade file, but what about a Vue component?
Let’s explore their implementation details to see how they achieve this.
In this blog post, I list things that resonate with me most after reading this book.
If you do this, widgets that were placed on the home screen by your users will simply disappear.
The default solution with android:updatePeriodMillis doesn’t always work.
The order of operands can drastically affect the performance of your code.