#kotlin search results
🚀 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

Huge thanks to Kotlin Weekly for featuring my article about kotlin interop in release 480 staticvar.dev/post/kotlin-na… #kotlin #kmp

Latest Android Weekly Issue 696 is out! androidweekly.net/issues/issue-6… #AndroidDev #Kotlin
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.

Animated the new Material 3 Expressive sliders in preferences. What are thoughts? (Day 11) Building @trydurare #buildinpublic #kotlin #androiddev #buildinginpublic #developers #opensource #letsconnect #100DaysOfCode
Learning Compose and trying to build something different every day. Posts from @ChrisKruegerDev, @sinasamaki, and @shivamdhuria27 always inspire me🫠clean, dope, and unique! Thanks for keeping me motivated 🙌✨ #JetpackCompose #kotlin #androiddev
If this post gets 1000 likes, I will continue writing #kotlin #androidDev #coding #programming
Just finished my first interactive app - A Dice Roller that updates with every tap. #JetpackCompose #Kotlin #AndroidDev
A little lerp, a little state, and a lot of offset calculation. inspired by: lnkd.in/p/damKT_MM #Kotlin #Android #AndroidDevs #JetpackCompose #Animation
If you're developing for #Kotlin Multiplatform, check out these tools: Detekt (Kotlin) detekt.dev SwiftLint (SwiftUI) realm.github.io/SwiftLint/ They're completely free and help enforcing code quality and style consistency.


Companion object in Kotlin outcomeschool.com/blog/companion… #AndroidDev #Kotlin
We've got several banners on developer.android.com pointing to the Jetpack library integration pages for #Kotlin Multiplatform (goo.gle/kmp). Can you find them all? 👀 🕵🏻

🚀 Just Shipped v5.0.0 of Grit 📲 Playstore : play.google.com/store/apps/det… Added a lot of features requested by many users made some new expressive components fixed a lot of bugs. This update was approved in just an hour which is sus #androiddev #kotlin #jetpackcompose #OpenSource




👉Hi fellow Devs I finally had a chance to upgrade my most popular Android open-source project This is still the most complete Android sample you can find around. If you spot something off or areas for improvement, please let me know! github.com/igorwojda/andr… #AndroidDev #Kotlin
🚨 The #1 mistake devs make with payment data? Storing tokens in SharedPreferences — in plain text. 😬 Use Android Keystore + AES/GCM instead. Encrypt it. Don’t trust prefs. Full guide 👉 🔗 medium.com/@vaibhav.shaky… #Android #Kotlin #AppSecurity #Encryption #SecureCoding

Huge thanks to Kotlin Weekly for featuring my article about kotlin interop in release 480 staticvar.dev/post/kotlin-na… #kotlin #kmp

Companion object in Kotlin outcomeschool.com/blog/companion… #AndroidDev #Kotlin
📱💻【案件紹介】 Android OSバージョンアップ対応📦 ハンディターミナルの調査・改修案件✨ ✅ Android(Kotlin)開発3年以上 ✅ 不具合調査〜改修対応 ✅ 物流系システムの安定化プロジェクト 👉 詳細はぼくのプロフ→フリキャレでチェックにゃ! #フリーランスエンジニア #Android #Kotlin

🎉 I just released my open-source app built with Ink Api — Ink_Api_Compose v1.4.2! 🚀 Updated to Ink API v1.0.0-alpha07, refactored the Ink integration, upgraded Kotlin & KSP, and cleaned up deprecated code. 🔗 github.com/NicosNicolaou1… #Kotlin #JetpackCompose #AndroidDev #InkAPI
Modifier chaining with then (infix) #compose #kotlin #infix #DSL #android16 then is infix → makes combining modifiers readable

Compose example using provides: provides is an infix → cleaner, readable, DSL-style Compose code! 🚀 #kotlin #infix #DSL #compose #android16

𝐍𝐨 𝐌𝐨𝐫𝐞 𝐃𝐨𝐭𝐬 & 𝐏𝐚𝐫𝐞𝐧𝐭𝐡𝐞𝐬𝐞𝐬: 𝐈𝐧𝐟𝐢𝐱 𝐅𝐮𝐧𝐜𝐭𝐢𝐨𝐧𝐬 𝐢𝐧 𝐉𝐞𝐭𝐩𝐚𝐜𝐤 𝐂𝐨𝐦𝐩𝐨𝐬𝐞 ✨ Kotlin infix functions let you write DSL-like code: #kotlin #infix #DSL #jetpackcompose #android16

Day 4 of my #100DaysOfCode journey (Android Edition) ✅listOf and mutableListOf to create list ✅Function on list like add, remove, set ✅ Index in lists, contains method, indexOf ✅Using loops with lists ✅Made an simple Bank Account App #Kotlin #100xdev @100xDevs #android21

🚀Day 3 of my #100DaysOfCode journey (Android Edition) ✅About Functions ✅Function with parameters ✅Return value from functions ✅About Classes ✅Constructors, default values ✅accessing properties, data classes #AndroidDev #Kotlin #100xdev @100xDevs
#プログラマ #プログラミング #Kotlin #ad PR メルカリ探索中 やってみよう!アプリ開発 & プログラミング超入門 2冊セット jp.mercari.com/item/m70352829…
👉Hi fellow Devs I finally had a chance to upgrade my most popular Android open-source project This is still the most complete Android sample you can find around. If you spot something off or areas for improvement, please let me know! github.com/igorwojda/andr… #AndroidDev #Kotlin
Flutter vs Kotlin: which one should you pick? Check out our side-by-side comparison for your next mobile project. See the showdown: solguruz.com/blog/flutter-v… #Flutter #Kotlin #SolGuruz #MobileDev
Still writing Java 8 code? You may be missing out. Modern JVM languages bring you: ✔ Null-safety, Functional programming, Concise DSLs, Faster onboarding Mihaela Gheorghe-Roman maps the evolving #JVM landscape: javapro.io/2025/10/09/the… #Kotlin #Scala #Jython @IntelliJScala

#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-annotatio…
blog.insert-koin.io
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
Day 2 — Building in public. Building a native expense-splitting app focused on speed, security & an ad-free experience. ✅ splityaar.in live (landing page) ✅ Backend + DB schema planned 🎯 Today: setting up Spring Boot (Kotlin) #BuildInPublic #Kotlin #Android #Fintech
🐬 SumUp is hiring Senior Android Engineer 🌇 Warsaw, Poland, Poland 💪 #Android #android #kotlin #tech #softwareengineer #jobs echojobs.io/job/sumup-seni…
Using it is a hack and a shortcut that will backfire while not saving you much time at the time of writing using it. Read more 👉 lttr.ai/AjwKG #Kotlin #AcceptNullableValues #ProgrammingLanguages

Tech Stack for Android Machine Coding Round Interviews: • MVVM • Kotlin • Coroutines • Flow • ViewModel • Jetpack Compose or XML • Dagger or Hilt • Retrofit • Room Learn from here: outcomeschool.com/blog/mvvm-arch… #androiddev #android #kotlin #interview

🚀 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


Huge thanks to Kotlin Weekly for featuring my article about kotlin interop in release 480 staticvar.dev/post/kotlin-na… #kotlin #kmp

Super awesome @swift_mumbai + @gdgmad Meetup @ @ShaadiDotCom! 🤩 And look who walked in - @AnupamMittal 😍 #swift #kotlin #mobile #meetup #mumbai #android #ios #flutter






Something went wrong.
Something went wrong.
United States Trends
- 1. Bears 88.5K posts
- 2. Jake Moody 13.4K posts
- 3. Snell 23.7K posts
- 4. Falcons 50.8K posts
- 5. Caleb 48.7K posts
- 6. Bills 140K posts
- 7. Josh Allen 26.2K posts
- 8. #BearDown 2,335 posts
- 9. Jayden 22.7K posts
- 10. Swift 289K posts
- 11. phil 169K posts
- 12. Ben Johnson 4,344 posts
- 13. #Dodgers 15.1K posts
- 14. Joji 27.7K posts
- 15. Turang 4,263 posts
- 16. Troy Aikman 6,341 posts
- 17. Roki 6,084 posts
- 18. Bijan 32.4K posts
- 19. #RaiseHail 8,431 posts
- 20. Happy Birthday Charlie 6,023 posts