#kotlin resultados da pesquisa

💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱 🔗 ow.ly/Czop50XtO7O

Apress's tweet image. 💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱

🔗 ow.ly/Czop50XtO7O

Big leap on StockInfo today 🚀 • Hilt + Room DI fixed • Add Item → DB → Main Screen fully wired • Real-time list updates with StateFlow • Crashes fixed (safe parsing ftw 🙌) Feels great to see the data finally flow end-to-end. #AndroidDev #JetpackCompose #Kotlin

get_aksh's tweet image. Big leap on StockInfo today 🚀

• Hilt + Room DI fixed
• Add Item → DB → Main Screen fully wired
• Real-time list updates with StateFlow
• Crashes fixed (safe parsing ftw 🙌)
Feels great to see the data finally flow end-to-end.
#AndroidDev #JetpackCompose #Kotlin

Heads up, Android devs! Material Icons are now deprecated, and Compose apps are breaking. Watch this to see why + how to fix it 👇 youtube.com/watch?v=ZZ2yXv… 🔔 Subscribe & join the community: youtube.com/channel/UCPKDc… @googledevs @AndroidDev #Kotlin #Compose #materialicons

mawulikazameti's tweet card. Material Icons Are Breaking! (Use Material Symbols Instead)

youtube.com

YouTube

Material Icons Are Breaking! (Use Material Symbols Instead)


O período de submissão de palestras para a KotlinConf 2026 está terminando. Se você deseja apresentar sua ideia para mais de 2.000 desenvolvedores apaixonados, submeta a sua proposta agora! ⤵️ jb.gg/087768 #Kotlin #KotlinConf2026


Most developers use Kotlin. Few understand what makes it truly powerful. At #Kotlin Expert, we’ll explore how Kotlin’s type system, delegation, and #KSP work under the hood — and how to use that knowledge to write cleaner, more scalable code. 📆 Open workshop, Dec 18–19. Led…

ktdotacademy's tweet image. Most developers use Kotlin. Few understand what makes it truly powerful.
At #Kotlin Expert, we’ll explore how Kotlin’s type system, delegation, and #KSP work under the hood — and how to use that knowledge to write cleaner, more scalable code.
📆 Open workshop, Dec 18–19. Led…

I've been almost exclusively writing #Kotlin and #Swift in the last 3 months. In 2026, I'm gonna invest more time into both, work and personal.

TahaTesser's tweet image. I've been almost exclusively writing #Kotlin and #Swift in the last 3 months. In 2026, I'm gonna invest more time into both, work and personal.

Just learned how to build a Navigation Drawer in Jetpack Compose #AndroidDev #Developers #Kotlin #JetpackCompose #100DaysOfCode #ComposeUI


Salam, I've started a series of articles about #JetpackCompose Side effects, Please read and tell me your thoughts in comments and share if you liked it. Jetpack Compose Side Effects: A Developer’s Journey ahmednmahran.medium.com/jetpack-compos… #AndroidDev #Kotlin #SideEffects #Performance


🔥 Compose Hot Reload is stable 🔥 Compose Hot Reload help building multi platform apps faster it works like a preview of your compose code. When you change your compose code, it update immediately on the preview. #Kotlin #JetpackCompose #AndroidDev #KMP github.com/JetBrains/comp…


Day 25 — #BuildInPublic 👉 splityaar.in Running into a weird issue with my JWT refresh logic. Sometimes the session renews, sometimes the app jumps to “unauthorized.” Today’s focus: stabilizing the token refresh + storage flow. #Kotlin #Android #SpringBoot #JWT

PawanJAndroid's tweet image. Day 25 — #BuildInPublic

👉 splityaar.in 
Running into a weird issue with my JWT refresh logic.

Sometimes the session renews, sometimes the app jumps to “unauthorized.”

Today’s focus: stabilizing the token refresh + storage flow.

#Kotlin #Android #SpringBoot #JWT

プロジェクトをここか落として、エディタで開けば良い感じなのかしら? start.ktor.io/settings #kotlin #技術書典


本日の登壇資料です! サーバーサイド Kotlin を社内で普及させてみた - Server-Side Kotlin Night 2025 by @hktechno #kotlin #KotlinFest_SSK slideshare.net/slideshow/kotl…


🚀 See you Thursday for Building a Modern Kotlin Application with Compose and Koin - @KotlinDevDay 📅 Nov 27 | 3PM CET @ Upperdeck Deep dive into DI foundations for KMP, navigation patterns, DI scoping, and lifting "Now in Android" to Compose MP #KMP #Compose #Kotlin #Koin

arnogiu's tweet image. 🚀 See you Thursday for Building a Modern Kotlin Application with Compose and Koin - @KotlinDevDay

📅 Nov 27 | 3PM CET @ Upperdeck
Deep dive into DI foundations for KMP, navigation patterns, DI scoping, and lifting "Now in Android" to Compose MP

#KMP #Compose #Kotlin #Koin

Just shipped kodvent 0.1.8 with Segment Tree support - because what better way to prep for Advent of Code than with a data structure that sounds like a Christmas tree? 🎄✨ May your queries be logarithmic! 🌲 github.com/DmitryNekrasov… #Kotlin #AdventOfCode


Usa "enum classes" en Kotlin para definir enumeraciones con métodos: enum class State { ON, OFF } #Kotlin #EnumClasses #OneDevTipADay


Kotlin isn’t just a language — it’s a superpower. Less boilerplate, more productivity. Null-safety, coroutines, multiplatform… what more do you need? If you’re building Android apps or backend services in 2025 and not using Kotlin, you’re missing out. ⚡️ #Kotlin


After struggling with cocoapods, spm and kotlin Cinterop for 3 days... Finnalyyyy #kotlin #iOS #composemultiplatform


1 Day of learning #kotlin & jetpack Compose. Syntax, variables and oop today. And so far, after #cpp, I dont like anything at all. From variables OOP. Idk how dudes can praise this language as the best. #devlog


Just shipped kodvent 0.1.8 with Segment Tree support - because what better way to prep for Advent of Code than with a data structure that sounds like a Christmas tree? 🎄✨ May your queries be logarithmic! 🌲 github.com/DmitryNekrasov… #Kotlin #AdventOfCode


Kotlin Insight Most Devs Miss You can use takeIf + takeUnless to build expressive guard clauses without if blocks. Readable, chainable validation — no nested conditions, no noise. Elegant Kotlin > bulky checks 😎 #Kotlin #ProTips #CleanCode

kumarpiyush921's tweet image. Kotlin Insight Most Devs Miss

You can use takeIf + takeUnless to build expressive guard clauses without if blocks.

Readable, chainable validation — no nested conditions, no noise.
Elegant Kotlin > bulky checks 😎
#Kotlin #ProTips #CleanCode

💼 Full Stack Developer (Kotlin or Java) at DataAnnotation 📍 Tennessee, United States 💰 $40+ USD per hour 🛠️ #remotework #jobmarket #kotlin #java #javascript #typescript #python #c #csharp #cplusplus #react 🔗 applyfirst.app/jobs/5c55d01d-…


💼 Full Stack Developer (Kotlin or Java) at DataAnnotation 📍 Wyoming, United States 💰 $40+ USD per hour 🛠️ #itjobs #hiring #kotlin #java #javascript #typescript #python #c #csharp #cplusplus #react #go #swift 🔗 applyfirst.app/jobs/0783a137-…


💼 Backend Developer (Kotlin/Java, Android APIs) at DataAnnotation 📍 Washington, United States 💰 $40+ USD per hour 🛠️ #remotework #itjobs #kotlin #java #androidapis #javascript #typescript #python #c #csharp 🔗 applyfirst.app/jobs/b6c5abb2-…


💼 Full Stack Developer (Kotlin or Java) at DataAnnotation 📍 Utah, United States 💰 $40+ USD per hour 🛠️ #itjobs #hiring #kotlin #java #javascript #typescript #python #c #csharp #cplusplus #react #go #swift 🔗 applyfirst.app/jobs/ccc24bfe-…


💼 Backend Developer (Kotlin/Java, Android APIs) at DataAnnotation 📍 Alaska, United States 💰 $40+ USD per hour 🛠️ #careers #remotework #kotlin #java #androidapis #javascript #typescript #python #c #csharp 🔗 applyfirst.app/jobs/6a596f07-…


💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱 🔗 ow.ly/Czop50XtO7O

Apress's tweet image. 💡 Kotlin isn’t just trendy—it’s powerful! Learn OOP, functional #programming, and concurrency with coroutines. Plus, dive into DSLs and multiplatform projects for real-world impact. 📚 #Kotlin #KotlinLang #AppDevelopment #CodeBetter 🔍📱

🔗 ow.ly/Czop50XtO7O

Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-… #Kotlin #AndroidDev

pallavishekhar_'s tweet image. Kotlin Flow API Cheat Sheet, for in-depth learning, refer to our Kotlin Flow API Complete Series: outcomeschool.com/blog/flow-api-…

#Kotlin #AndroidDev

Super excited to share that I’m now officially a #Kotlin Multiplatform engineer! Working with Jetpack Compose and SwiftUI in app development has been one of my goals.

TahaTesser's tweet image. Super excited to share that I’m now officially a #Kotlin Multiplatform engineer! 

Working with Jetpack Compose and SwiftUI in app development has been one of my goals.

🚀 Just wrapped up a group IoT project building a mobile app that controls a hardware via Bluetooth! Built the mobile remote & co-wrote firmware. Watching it work seamlessly is so satisfying ✨ #flutter #kotlin #Swift #IoT #Arduino #Bluetooth

ImmanuelId's tweet image. 🚀 Just wrapped up a group IoT project building a mobile app that controls a hardware via Bluetooth! Built the mobile remote & co-wrote firmware. Watching it work seamlessly is so satisfying ✨
#flutter  #kotlin #Swift #IoT #Arduino  #Bluetooth

Ultimate tech stack for native mobile developers #Kotlin Multiplatform

TahaTesser's tweet image. Ultimate tech stack for native mobile developers  

#Kotlin Multiplatform

Ultimate tech stack for vibe coders

IamKyros69's tweet image. Ultimate tech stack for vibe coders


Why not both? #Kotlin Multiplatform

TahaTesser's tweet image. Why not both? #Kotlin Multiplatform

green is the new blue.



Key Directories and Files in Retrofit Repository #AndroidDev #Java #Kotlin #OpenSource

amitiitbhu's tweet image. Key Directories and Files in Retrofit Repository

#AndroidDev #Java #Kotlin #OpenSource

After years of building #Koin, I still see the same pain points: 🚨 ANRs 🐢 slow startups 💥 memory leaks. That’s why we built Kotzilla 👉 detect early, turn runtime data into insights & now use AI for precise fixes. Your #Kotlin app on X-ray. Debug & Prod.

arnogiu's tweet image. After years of building #Koin, I still see the same pain points: 
🚨 ANRs 
🐢 slow startups 
💥 memory leaks.

That’s why we built Kotzilla 👉 detect early, turn runtime data into insights & now use AI for precise fixes.

Your #Kotlin app on X-ray. Debug & Prod.

Key Directories and Files in Retrofit Repository #AndroidDev #Java #Kotlin #OpenSource

pallavishekhar_'s tweet image. Key Directories and Files in Retrofit Repository

#AndroidDev #Java #Kotlin #OpenSource

Internals of object class - Singleton in Kotlin From Kotlin ‘object’ to JVM bytecode: The internals of singleton creation Read here: outcomeschool.substack.com/p/internals-of… #AndroidDev #Kotlin #Android

outcome_school's tweet image. Internals of object class - Singleton in Kotlin

From Kotlin ‘object’ to JVM bytecode: The internals of singleton creation

Read here: outcomeschool.substack.com/p/internals-of…

#AndroidDev #Kotlin #Android

It feels something else when you can call UIKit API in an iOS folder in #Kotlin Multiplatform under Android Studio

TahaTesser's tweet image. It feels something else when you can call UIKit API in an iOS folder in #Kotlin Multiplatform under Android Studio

🚀 We’re #hiring a Kotlin / Android Developer to work with a top LLM project! 💻 Remote | 3+ yrs exp Help enhance AI models with top-quality data. 📞 +91- 8700883932 📧 [email protected] 🔗 Apply: aqusag.com/jobs/detail/ko… #AndroidDev #Kotlin #AIJobs #RemoteJobs

aqusag's tweet image. 🚀 We’re #hiring a Kotlin / Android Developer to work with a top LLM project!

💻 Remote | 3+ yrs exp
Help enhance AI models with top-quality data.

📞 +91- 8700883932
📧 hr@aqusagtechnologies.com 

🔗 Apply: aqusag.com/jobs/detail/ko…

#AndroidDev #Kotlin #AIJobs #RemoteJobs

🚀 Introducing the Review Buddy Program! I’ll review your Java projects on GitHub, share constructive feedback, and record the review to explain the why behind my suggestions 🎥 Want your code reviewed by an expert? 👉 Submit here: github.com/sivaprasadredd… #Java #Kotlin

sivalabs's tweet image. 🚀 Introducing the Review Buddy Program!

I’ll review your Java projects on GitHub, share constructive feedback, and record the review to explain the why behind my suggestions 🎥

Want your code reviewed by an expert?
👉 Submit here: github.com/sivaprasadredd…

#Java #Kotlin…

Beyond Code Sharing: Building Smarter Mobile Apps with KMP and Agents (Koog) 🤖📲 #kmp #kotlin #build #agents

GDGChennai's tweet image. Beyond Code Sharing: Building Smarter Mobile Apps with KMP and Agents (Koog) 🤖📲

#kmp #kotlin #build #agents

Loading...

Something went wrong.


Something went wrong.


United States Trends