Testing is vital for ensuring code reliability and correctness. Mocking frameworks are key in unit testing, enabling developers to create mock objects and define their behavior. This article explores two popular mocking frameworks: Mockito and MockK which are well-known libraries in unit testing, with Mockito tailored for Java and MockK for Kotlin. We will be […]
Photo by Clark Tibbs on Unsplash Business logic has a much bigger connotation than what is perceived. Generally, people limit themselves to a single screen. Developers choose one of the MV(x) design patterns, believing that this selection ensures the successful implementation of KMM. However, this assumption does not hold because of the platforms’ framework design […]
In this episode, we talk about the future of Kotlin and its development after the 2.0 version. Source link
๐ Immerse yourself in the world of Kotlin as the latest podcast episode unveils the inner workings of the Kotlin Foundation! ๐๏ธ Join Sebastian and Hadi and a stellar lineup of guests, including Ksenia Shneyveys, Trisha Gee, Kevin Galligan, Charles Anderson, and Jeffrey van Gogh, as they share exclusive insights into the foundation’s mission, projects, […]
12 min read ยท Aug 27, 2024 The article aims to show how to handle parameters of compose functions and use @PreviewParameter in Jetpack Compose UI. For any concerns about the article, contact me here. ๐ค The image has been created by Caner Kaลeler. I create a basic Android application with only Jetpack Compose in […]
I recently wrote a little toy app for my pickup soccer group to check field permit statuses. In New York City most public parks’ fields can be reserved or have recurring permits, so we have to check if fields are going to be in use before we try to organize games. The city parks website […]
Being a perpetual RegEx n00b, one thing I keep on forgetting is that it is easy to get tripped up when extracting information from an input. I always forget that looking for a match does not really just give back just the matching values โ they are instead contained in Groups. Matches and Groups and […]
๐ Immerse yourself in the world of Kotlin as the latest podcast episode unveils the inner workings of the Kotlin Foundation! ๐๏ธ Join Sebastian and Hadi and a stellar lineup of guests, including Ksenia Shneyveys, Trisha Gee, Kevin Galligan, Charles Anderson, and Jeffrey van Gogh, as they share exclusive insights into the foundation’s mission, projects, […]
KotlinConf happened on May 22nd. Did you miss a Kotlin announcement? Check out the blog post Google @ KotlinConf 2024: A Look Inside Multiplatform Development with KMP and more from Murat. This covered Googleโs recent contributions to the Kotlin ecosystem, such as Jetpack library support, tooling, and most importantly, Kotlin Multiplatform! You can also find […]
๐ Immerse yourself in the world of Kotlin as the latest podcast episode unveils the inner workings of the Kotlin Foundation! ๐๏ธ Join Sebastian and Hadi and a stellar lineup of guests, including Ksenia Shneyveys, Trisha Gee, Kevin Galligan, Charles Anderson, and Jeffrey van Gogh, as they share exclusive insights into the foundation’s mission, projects, […]