
KotlinTrends
@KotlinTrends
Followers
5K
Following
709
Media
0
Statuses
2K
All Hottest #Kotlin Trends #mobiledev
Joined August 2020
RT @GolangTrends: 🔥 Ever wished there was a shield to guard against unintended data exposures? .Your search ends with HARmor. Please 🌟 if….
github.com
Contribute to frontegg/harmor development by creating an account on GitHub.
0
10
0
Coroutines Masterclass: Chapter-1: Foundation of Coroutines. #kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
In today’s fast-paced world of software development, the demand for efficient and user-friendly asynchronous programming techniques has never been higher. In response to this need, Kotlin introduce...
0
12
62
Using Version Catalogs from Gradle Precompiled Scripts with #Kotlin DSL #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
In this concise article, we will explore the utilization of Gradle Version Catalogs + Gradle Precompiled Scripts using Gradle Kotlin DSL. This approach enables the organized sharing of code within ...
0
2
27
Introducing Nibel: A Navigation Library for Adopting Jetpack Compose in Fragment-Based Apps #kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
Adopting Jetpack Compose in existing codebases is a challenge many teams face nowadays. Recently, we published a story about how we designed a Jetpack Compose architecture for the Turo Android app ...
0
3
29
Reactive #database access on the JVM #kotlin #dormosheio #reactiveprogramming #reactjs #androiddev #mobiledev #iosdev #javascript #frontenddev #webdev
dormoshe.io
To test the app, you can start a PostgreSQL containerized database in the project’s directory. Posted on Jul 13 • Originally published at blog.frankel.ch
0
1
8
A Simple Guide to Version Catalog Implementation in Android #kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
In this article, we will explore Version Catalog and how to implement it. Gradle version catalogs enable you to add and maintain dependencies and plugins in a scalable way. So instead of hardcoding...
0
4
18
Android Studio Live Code Templates to Save Your Time Coding #kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
Android Studio (and any other IDE developed by JetBrains) provides multiple handy auto-complete shortcuts to fill the declarations, method calls, etc. Some of them are for the keywords in Kotlin / ...
0
5
17
Creating and publishing your own Android library in #Kotlin (2023) | Part -1 #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
In this comprehensive beginner’s guide, we will embark on an exciting journey into the realm of Android development. Get ready to create your very own Android library using Kotlin and learn how to ...
0
4
25
Exploring Jetpack Compose Anchored Draggable Modifier #kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
In this short article we will learn how to use the new anchorDraggable modifier released with Jetpack Compose Foundation 1.6.0-alpha01 . anchorDraggable is a new modifier that allows us to drag con...
0
0
8
Jetpack compose — How to implement Custom Pager Indicators #kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
Pager indicators are vital in guiding users through multiple screens or pages in an app. While Jetpack Compose offers a wide range of built-in components, customizing pager indicators to match your...
0
1
16
5-Step Android App Development Guide for Beginners #kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
Android app development may seem like a daunting task at first, but it can open new and different doors for you. You could be the person to produce the next popular application, you could write a p...
0
2
7
Functional Programming in Kotlin: Exploring Monads and their Real-World Use Cases #kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
Monads are a powerful concept in functional programming that allows us to compose functions in a way that ensures safe and predictable behavior. They have become increasingly popular in recent year...
0
5
20
Gradle #Kotlin convention plugins for modularized structure — Shared build logic #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
Many of us have faced Groovy difficulties and used to convert it to Kotlin DSL. Then, as Android engineers, working on a project entirely written in Kotlin is pure joy. We assume going on a feature...
0
6
26
Write unit tests and UI tests in your #Kotlin Multiplatform app! #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
Recently I have been writing a lot of Kotlin code, and with the code comes the responsibility of delivering high quality and maintainable codebase. Ever since Kotlin Multiplatform aka KMP was relea...
0
0
12
WhatsApp’s Circular Reveal with Jetpack Compose #kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
In this article, I’ll show you how to build the circular reveal animation WhatsApp uses with Jetpack Compose. My first attempt was to use AnimatedVisibility to achieve something similar.
0
0
11
Input Validation with View Extension| Android — #Kotlin #dormosheio #androiddev #mobiledev #iosdev
dormoshe.io
Let’s talk about Input Validation. In mobile applications, we often need to interact with the user. Especially on screens that require registration, login, credit card information or personal infor...
0
8
62