#kotlinmultiplatform résultats de recherche
Live until 5:00 PM EST! 🔴 It's a lazy Sunday, but dev on Lift Bro continues! Knocking out some bugs and refactoring right now. 🤔Maybe I jump into a new Workout Templating feature later? Come hang out at twitch.tv/dangeroustopla…! #mobiledev #livestream #kotlinmultiplatform
Kotlin Multiplatform feels like the underdog ready to steal the spotlight from React Native. 🚀 Why go for the flashy when you can build once and run everywhere? Future-proof your apps, folks! Which side are you on? #KotlinMultiplatform #ReactNative #TechDebate 🤔
⚛️🤝React Native vs Kotlin Multiplatform: Uncover how both perform across speed and scalability - and find out which one aligns best with your goals.📖Read: neosofttech.com/blogs/react-na… #NeoSOFT #ReactNative #KotlinMultiplatform #CrossPlatform #AppDevelopment #TechThatTransforms
youtu.be/WyJ-wOpJ5KI?si… A market place app built with compose multiplatform. Demo and still in testing phase . @kotlinconf @kotlin @joreilly #composemultiplatform #kotlinmultiplatform
youtube.com
YouTube
Market Place application
Day 12 of #100DaysOfAI 🚀 Receipt scanner mobile app foundation ready: ✅ Kotlin Multiplatform (Android + iOS) ✅ Bottom navigation working ✅ Koin DI configured ✅ Screen routing setup Tomorrow: Camera integration 📸 #KotlinMultiplatform #compose #MobileAI
codex tried to convince me my bug didn't exist. it's gaslightin dev edition #DevLife #KotlinMultiplatform
KMP webMain source set is a game changer for #KotlinMultiplatform library developers. Now no need to write almost same code in 2 source sets js and wasmjs, just write at single place.
Want to know what's new in Kotlin 2.2.20? I've explored all important features in this video. #Kotlin #KotlinMultiplatform Watch here: youtu.be/TwTrxNBYEIA
youtube.com
YouTube
Why Kotlin 2.2.20 Changes Everything for KMP Developers
Just open-sourced London Tube Status — a Kotlin Multiplatform library bringing real-time TFL data and Compose UI to Android & iOS. 👉 github.com/IntSoftDev/Lon… #KotlinMultiplatform #ComposeMultiplatform #OpenSource #TFL #LondonUnderground
I’ve started my journey with Kotlin Multiplatform! I’ve been curious about how Kotlin can bridge mobile, web, and backend development, and I’m finally diving in. The goal is to explore, build, and share what I learn along the way. #Kotlin #KotlinMultiplatform #LearningJourney
🚀 New blog post: I explain how to build an IoT app with Kotlin Multiplatform — from architecture to real hardware integration. 👉 thedroidsonroids.com/blog/how-to-cr… #KotlinMultiplatform #IoT #Kotlin #Android #iOS
thedroidsonroids.com
How to Create an IoT App in Kotlin Multiplatform | Blog
How to build an IoT app in Kotlin Multiplatform? In this article, you’ll build a small multiplatform app for Android and iOS that blinks an LED on an IoT device.
I just published, Metro: The KMP DI Framework You Never Knew You Needed medium.com/p/metro-the-km… #KMP #kotlinmultiplatform #androiddev
I've successfully implemented Koin DI across all the platforms(Android, iOS, Desktop, Web) of the Kmp-moive app. It brings cleaner architecture and stability. Repo: github.com/piashcse/kmp-m… #Kmp #Cmp #KotlinMultiplatform #Koin #OpenSource #PiashCSE
#KotlinMultiplatform is gaining traction as a #CrossPlatform alternative - enabling code sharing without losing native performance or user experience. But what are the trade-offs? 📖 This #InfoQ article explores the pros & cons in depth: bit.ly/4g1mzjo #iOS #Android
Over the weekend I was working on making my RSS reader app fetch images from different sources correctly and it feels so much nicer to see more artworks/images now 🙌🏾 #KotlinMultiplatform
📣 #MultiplatformTip Have an Android app and wondering how you can use #KotlinMultiplatform to share business logic with your iOS app? The process is detailed in this article: jb.gg/kmp-integrate-… In a nutshell: 1️⃣ Make your code cross-platform 2️⃣ Make your cross-platform…
#KotlinMultiplatform is gaining traction as a #CrossPlatform alternative - enabling code sharing without losing native performance or user experience. But what are the trade-offs? 📖 This #InfoQ article explores the pros & cons in depth: bit.ly/4g1mzjo #iOS #Android
📚 Looking for educational materials about #KotlinMultiplatform? Check out our comprehensive tutorials! Whether you're a beginner or refining your existing skills, we have all the guides in one place. Unlock the power of cross-platform development! 👉 kotl.in/multiplatform-…
🚀 Introducing my project: a trading app on KMP. Experience seamless trading across platforms. #Multiarchitect #dcbln23. Join me in revolutionizing the trading industry! 📱💼🌐📈🚀 #KotlinMultiplatform
The "kotlinx-datetime" library has been updated to version "v0.6.0-RC", which introduces an API for locale-invariant parsing and formatting. Formatting options: - Unicode pattern - DSL It's time to clean up platform-specific code. #Kotlin #KotlinMultiplatform
Got some success in running a Kotlin Multiplatform app with shared UI and network and db. Now need to clean the code and beautify the UI. #androiddev #kotlin #kotlinmultiplatform #iosdev
I just noticed that our production app is 99.9% in Kotlin. feeling proud as a Kotlin enthusiast. #kotlin #kotlinmultiplatform
🚀 We experienced an incredible session with @pamelaahill on "Best Practices for Developing Amazing Kotlin Multiplatform Apps." We delved into the world of crafting exceptional cross-platform apps, mastering their intricacies.📱 #GoogleIOExtended #KotlinMultiplatform
Twine v1.48.0 rolling out now! - Light mode (finally!) - Improved feed fav icon fetching, app will display high-quality fav icons when available - Support RTL layouts based on content - UI performance improvements #IndieApps #RSS #KotlinMultiplatform #MaterialDesign
🔥 KMP Tip: When working in a multi module project, you can make use of extension functions to reduce the amount of noise in your build scrips! #KMP #KotlinMultiplatform #androiddev #kotlin
Really good interactive questions from the community for our speakers on #Kotlin #KotlinMultiplatform #KMM #KMP #ComposeMultiplatform Including #JetpackCompose vs #flutter #BlrKotlin #BlrKotlin33
🔥 #KMP Tip: Make use of `transitiveExport` to export a more user friendly API to native targets such as iOS. See here where we have an implementation of #kotlin FlowCollector both before and after setting transitiveExport to true! #kotlinMultiplatform
Preparing new update for Twine 🧰 - Updated feeds page - Added support for pinning 10 feeds to the top of the list - App now supports Android 8.0 and above #KotlinMultiplatform #Compose #AndroidDev
When using #KotlinMultiplatform with #JetpackCompose be careful when declaring models in #KMP module and passing as params of composable functions. The compiler wont be able to access the stability of that model. Heres how you can use the Immutable annotation in KMP
In case you didn't know, this exist⬇️ It's never been easier to kick off your KMP journey! Visit kmp.jetbrains.com #KotlinMultiplatform #ComposeMultiplatform #AndroidDev
How in Kotlin we can implement Android and iOS projects with shared logic. Find simple answers to this question in this article by @marcinmoskala. 👇 kt.academy/article/ak-kmp… #kotlin #kotlinmultiplatform
Something went wrong.
Something went wrong.
United States Trends
- 1. Jets 116K posts
- 2. Sauce 82.1K posts
- 3. Courtois 40.9K posts
- 4. Colts 55.9K posts
- 5. Breece Hall 10.7K posts
- 6. Garrett Wilson 5,192 posts
- 7. $JFB N/A
- 8. Cheney 236K posts
- 9. Liverpool 218K posts
- 10. Beane 5,182 posts
- 11. Luis Diaz 31K posts
- 12. Veach 5,676 posts
- 13. Hakimi 30.3K posts
- 14. AD Mitchell 6,646 posts
- 15. Bayern 114K posts
- 16. Shaheed 17.3K posts
- 17. Penning 2,886 posts
- 18. Brad Holmes 1,204 posts
- 19. Real Madrid 179K posts
- 20. Mazi Smith 6,057 posts