Modelling State in KotlinState in an app is any value that can change over time. All Android apps display state to the user. A few examples of state in Android…7h ago7h ago
Formz Kotlin — A Multiplatform Form Validation LibraryFormz-kotlin is a Kotlin implementation of Formz Dart library that simplifies form representation and validation by treating input fields…Mar 21Mar 21
Functional Error Handling in Kotlin using Arrow KtFunctional error handling is a method of managing errors in programming that aligns with the principles of functional programming. Instead…Jul 15, 2024Jul 15, 2024
How to Implement Search in ComposeIn this tutorial, you will learn how to implement search functionality in compose for static data without using viewmodel. Let’s start!Jun 21, 2024Jun 21, 2024
Migrating to Convention PluginsConvention plugins apply conventions to a build. They do this by applying ecosystem plugins such as AGP and KGP, and then configuring those…Jun 13, 2024Jun 13, 2024