OrlanDroyd's Avatar

OrlanDroyd

@orlandroyd.bsky.social

Android Developer | Mobile Aplications | Kotlin | KMP | Java

27 Followers  |  21 Following  |  14 Posts  |  Joined: 01.12.2024  |  1.699

Latest posts by orlandroyd.bsky.social on Bluesky

👌🤣

25.10.2025 18:27 — 👍 1    🔁 0    💬 0    📌 0
Building apps for all: Exploring Jetpack Compose Accessibility support | Droidcon Italy 2024
YouTube video by Droidcon Italy Building apps for all: Exploring Jetpack Compose Accessibility support | Droidcon Italy 2024

👀 Accessibility is not just a feature... it’s a necessity.

And with Jetpack Compose, Android developers now have more power than ever to build apps for everyone. ♿📱

🟢 "Building apps for all: Exploring Jetpack Compose Accessibility support"
▶️ Watch now → youtu.be/SRL27Ysj2YI

24.10.2025 12:51 — 👍 2    🔁 1    💬 0    📌 0
Preview
Shrinking Elephants Managing very large projects with Gradle and Intellij IDEA-based IDEs

Awesome post from @f1xedgear.bsky.social and @autonomousapps.bsky.social about improving Gradle sync times in the IDE

engineering.block.xyz/blog/shrinki...

#gradle

15.10.2025 22:30 — 👍 15    🔁 8    💬 0    📌 0
Preview
Jetpack WindowManager 1.5 is stable News and insights on the Android platform, developer tools, and events.

"Jetpack WindowManager 1.5 is stable" via Android Developers Blog android-developers.googleblog.com/2025/10/jetp... #androiddev

13.10.2025 05:50 — 👍 4    🔁 2    💬 0    📌 0
Preview
SubComposeLayout and BoxWithConstraints internals in Jetpack Compose In this article, you'll dive deep into SubcomposeLayout, the internal mechanisms that power it, how BoxWithConstraints leverages it.

I just published a new article, 'SubComposeLayout and BoxWithConstraints internals in Jetpack Compose'.

In this article, you'll dive deep into SubcomposeLayout, the internal mechanisms that power it, how BoxWithConstraints leverages it.

www.revenuecat.com/blog/enginee...

13.10.2025 06:07 — 👍 7    🔁 2    💬 0    📌 0
Preview
Koin Annotations 2.2 —JSR 330 Compatibility, Smart Configurations and Scope Archetypes This release of Koin Annotations 2.2, focuses on interoperability, developer safety, and even built-in observability

#Koin Annotations 2.2 — new major milestone for #Kotlin DI!

✅ JSR-330 Compat
🚀 Smart Configurations — Automatic module discovery and assembly
🔥 Scope Archetypes — Standard lifecycle scopes for #AndroidDev & #KMP
🛟 Built-in tracing and monitoring

👉 blog.insert-koin.io/koin-annotat...

13.10.2025 07:01 — 👍 6    🔁 1    💬 0    📌 0

;)

12.10.2025 22:59 — 👍 1    🔁 0    💬 0    📌 0

I've already forked the repo, I'll definitely contribute 👌

12.10.2025 22:53 — 👍 1    🔁 0    💬 0    📌 0

Exelent project to learn good dev practice 🔥🔥🔥

12.10.2025 22:46 — 👍 1    🔁 0    💬 0    📌 0

Keep doing it, you're an inspiration 😎

10.10.2025 21:48 — 👍 1    🔁 0    💬 0    📌 0

🎉 JUnit 6.0 is here, and it brings even deeper Kotlin support! Now, you get:

✨ Suspend and cancellation support
✨ Kotlin 2.2 baseline
✨ Improved nullability annotations
✨ Convenient UX with contracts

Check out the full release notes 👉 kotl.in/b8wncm?utm_c...

10.10.2025 14:07 — 👍 23    🔁 6    💬 0    📌 0
Post image

¡Máster de Desarrollo con IA de BIG school!

09.10.2025 23:37 — 👍 0    🔁 0    💬 0    📌 0
Preview
OrlanDroyd OrlanDroyd Portfolio

💡 Know about my background orlandroyd.is-a.dev

09.10.2025 00:35 — 👍 0    🔁 0    💬 0    📌 0
Preview
“La capa de Fuente de Datos” (Parte 6) Clean Architecture + MVVM + Android Pasando a la segunda capa de Fuente de datos (DataSource) es la encargada de implementaciones de: DataSource, Modelos de DataSource (los…

Read ““La capa de Fuente de Datos” (Parte 6) Clean Architecture + MVVM + Android“ by Orlando Fernandez on Medium: medium.com/@orlandroyd/...

09.10.2025 00:33 — 👍 0    🔁 0    💬 0    📌 0
Preview
“La capa de Datos” (Parte 5) Clean Architecture + MVVM + Android La capa de datos es responsable de proteger nuestra lógica empresarial (que reside en nuestra capa de Dominio) de detalles externos como…

Read ““La capa de Datos” (Parte 5) Clean Architecture + MVVM + Android“ by Orlando Fernandez on Medium: medium.com/@orlandroyd/...

09.10.2025 00:32 — 👍 0    🔁 0    💬 0    📌 0
Preview
“La capa de UI” (Parte 4) Clean Architecture + MVVM + Android Si bien es posible desarrollar una aplicación de Android sin una interfaz de usuario, rara vez vemos una aplicación de Android sin ninguna…

Read ““La capa de UI” (Parte 4) Clean Architecture + MVVM + Android“ by Orlando Fernandez on Medium: medium.com/@orlandroyd/...

09.10.2025 00:32 — 👍 0    🔁 0    💬 0    📌 0
Preview
“La capa de Presentación” (Parte 3) Clean Architecture + MVVM + Android La capa de Presentación (Presentation) es una capa interna que existe entre la capa de Dominio (Domain) y la capa de Interfaz de Usuario…

Read ““La capa de Presentación” (Parte 3) Clean Architecture + MVVM + Android“ by Orlando Fernandez on Medium: medium.com/@orlandroyd/...

09.10.2025 00:31 — 👍 0    🔁 0    💬 0    📌 0
Preview
“La capa de dominio” (Parte 2) Clean Architecture + MVVM + Android La capa de dominio (The Domain layer)

Read ““La capa de dominio” (Parte 2) Clean Architecture + MVVM + Android“ by Orlando Fernandez on Medium: medium.com/@orlandroyd/...

09.10.2025 00:30 — 👍 0    🔁 0    💬 0    📌 0
Preview
Principios de Clean Architecture + MVVM enfocado al desarrollo Android Nativo (Parte 1) En esta serie de artículos trataremos de manera concisa los principios detrás de la filosofía de Clean Architecture desde el puto de vista…

Read “Principios de Clean Architecture + MVVM enfocado al desarrollo Android Nativo (Parte 1)“ by Orlando Fernandez on Medium: medium.com/@orlandroyd/...

27.07.2025 12:21 — 👍 0    🔁 0    💬 0    📌 0

Here we go again 😎
Aquí vamos de nuevo 😁

01.12.2024 23:00 — 👍 0    🔁 0    💬 0    📌 0

@orlandroyd is following 20 prominent accounts