#kotlinmultiplatform zoekresultaten
โจ First video out now! ๐ฅณ Learn how to create delightful mesh gradients in #JetpackCompose Works on Android and #KotlinMultiplatform If you like the video, you can check out the code that made it, fully open source on GitHub (aka tell me how bad my code is, ๐ ).
FYI: If you run Gradle from Xcode for #KotlinMultiplatform, you want to sync up your JVMs. Gradle Daemons can only be shared in the same JVM, and AS/IJ uses it's own bundled JVM. Multiple daemons = wasted memory. Quick fix: set `GRADLE_LOCAL_JAVA_HOME` to your `JAVA_HOME` JVM:
๐คฏ Still blows my mind how easy it is to call native APIs from #KotlinMultiplatform In this PR, I delegate to a native iOS 'bottom sheet' with a UIDatePicker, all written in Kotlin, and driven from Compose. github.com/chrisbanes/tivโฆ
#KotlinMultiplatform libraries by year I think these stats have a lot more room to grow and opportunities . Are you building for KMP?
You can try out the Markaz app, the third one here; it also has the swipe gesture, not using the compose navigation, but Voyager. Built completely with Compose Multiplatform from the ground up. link in thread. Note: Not available in all regions. #KotlinConf #kotlinMultiplatform
New update for Twine rolling out v2.5.0 - Support for offline reader view - Fix flaky reader parsing progress - Bug fixes and improvements #KotlinMultiplatform #JetpackCompose #RSSReader
Absolutely blown away by the simplicity and convenience of sharing ViewModel in #kotlinMultiplatform, all thanks to @RickClephas' brilliant library ๐
๐จ Integrated MaterialKolor into Tivi recently It makes using color extraction in your Compose apps totally effortless. PR: github.com/chrisbanes/tivโฆ #JetpackCompose #KotlinMultiplatform
Taking the first steps towards building a KMM project ๐ Question: Which Android Studio version do you use for your KMM apps? ๐ค #Kotlin #KotlinMultiplatform #AndroidDev
Today I learned that you can do this in Ktor. If you're receiving a Json that should be serialized to an object, you can just specify the type of the serialization that you expect to happen. It's a simple reified function, but it looks great! #kotlinmultiplatform #kmp
Managed to get login working in tivi.app on iOS ๐ Delegated the OAuth flow to the AppAuth-iOS framework for ease, but was surprisingly easy to hook into the #KotlinMultiplatform DI graph. Getting closer to being fully functioning... PR: github.com/chrisbanes/tivโฆ
๐ Introducing my project: a trading app on KMP. Experience seamless trading across platforms. #Multiarchitect #dcbln23. Join me in revolutionizing the trading industry! ๐ฑ๐ผ๐๐๐ #KotlinMultiplatform
Encountered my first major issue in #KotlinMultiplatform๐ There are workarounds but for now, I'm skipping adding Compose previews in the KMP module. developer.android.com/kotlin/multiplโฆ
ok so youtube knows me way too well and recommended me a talk from Chris Horner ( @chris_h_codes ) about replicating the #Persona5 IM UI in #kotlinmultiplatform and WELP im literally the perfect target THEN I learned of this drawWithCache method and it sounds super cool
Do you want to use only #KotlinMultiplatform dependencies in your project? Select Kotlin Multiplatform in the #IntelliJIDEA Dependencies tool window to show only multiplatform dependencies. โ #IntelliJIDEATips
Rebuilt the Quest creation flow from scratch. New: Subtask reordering. Gone: Custom notifications. #IndieDev #BuildingInPublic #KotlinMultiplatform
Kotlin multiplatform - The journey begins #KMP #KotlinMultiPlatform #Android
I just published Compose Multiplatform AdMob Integration: Step-by-Step Guide for Android & iOS medium.com/p/compose-multโฆ #admob #composemultifplatform #kotlinmultiplatform
#KotlinMultiplatform libraries by year I think these stats have a lot more room to grow and opportunities . Are you building for KMP?
Building multiple apps = double the work ๐ตโ๐ซ. Kotlin Multiplatform cuts the effort with shared logic + native speed. Read how it solves cross-platform challenges ๐ coders.dev/blog/creating-โฆ #KotlinMultiplatform #KMM #AppDev #CrossPlatform #CodersDev
Focus is on building a solid, cross-platform foundation right now. #KotlinMultiplatform #AndroidDev #IndieDev #Questify
(hmmm maybe I can try to submit a talk to KotlinConf with this topic :D as well) #kotlinmultiplatform
I had a lot of fun building this screen yesterday for my upcoming game, "Gondi" with #KotlinMultiplatform and #JetpackCompose Contribute at: github.com/donald-okara/gโฆ
Get a taste of @sureshmaidaragiโs #dcin25 session โ how a 10M+ user #Android app scaled with #KotlinMultiplatform & what really changed behind the scenes. Make sure to get those tickets if you haven't already! ๐๏ธ youtube.com/shorts/y8ppBuRโฆ
youtube.com
YouTube
KMP at Scale: Unifying Mobile Teams with Kotlin Multiplatform (Real...
Encountered my first major issue in #KotlinMultiplatform๐ There are workarounds but for now, I'm skipping adding Compose previews in the KMP module. developer.android.com/kotlin/multiplโฆ
Introducing ClashAlly - Clash of Clans companion Built with Kotlin Multiplatform + Jetpack Compose Player & Clan Search, Leaderboards War Insights, etc Try now: clashally.mazren.com/get #ClashAlly #KotlinMultiplatform #JetpackCompose #indiedev
๐ฅ RDV le 24 novembre chez @BackMarket pour un Meetup #AndroidDev Paris d'exception ! Au programme : โจ Animations Compose vs Lottie โก Gradle caches dรฉcryptรฉs ๐ #KotlinMultiplatform sur iOS Special guest : @pamelaahill de @jetbrains ๐ Inscriptions ๐ meetup.com/android-paris/โฆ
And LIVE!! Fix some Lift Bro bugs and theorizing a super cool new feature: Lift Bro Wrapped Think a spotify wrapped-esque summary of your year in lifting! Also probably some POE at some point Tune in! twitch.tv/dangeroustoplaโฆ #dev #coding #kotlinmultiplatform #buildinpublic
๐ก Reimagining Enterprise Mobility with Kotlin Multiplatform! Build secure, scalable, and high-performance apps for Android, iOS, ๐ป desktop & more โ all from one codebase. ๐ Read more: neosofttech.com/blogs/kotlin-eโฆ #NeoSOFT #KotlinMultiplatform #EnterpriseMobility #TechThatTransforms
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
I just noticed that our production app is 99.9% in Kotlin. feeling proud as a Kotlin enthusiast. #kotlin #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โฆ
New update for Twine rolling out v2.5.0 - Support for offline reader view - Fix flaky reader parsing progress - Bug fixes and improvements #KotlinMultiplatform #JetpackCompose #RSSReader
๐ 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-โฆ
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
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
๐ Introducing my project: a trading app on KMP. Experience seamless trading across platforms. #Multiarchitect #dcbln23. Join me in revolutionizing the trading industry! ๐ฑ๐ผ๐๐๐ #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
๐ฅ #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
๐ฅ 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
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
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
FYI: If you run Gradle from Xcode for #KotlinMultiplatform, you want to sync up your JVMs. Gradle Daemons can only be shared in the same JVM, and AS/IJ uses it's own bundled JVM. Multiple daemons = wasted memory. Quick fix: set `GRADLE_LOCAL_JAVA_HOME` to your `JAVA_HOME` JVM:
Absolutely blown away by the simplicity and convenience of sharing ViewModel in #kotlinMultiplatform, all thanks to @RickClephas' brilliant library ๐
Something went wrong.
Something went wrong.
United States Trends
- 1. Giannis 62.3K posts
- 2. Spotify 1.7M posts
- 3. Tosin 65.9K posts
- 4. Bucks 39.3K posts
- 5. Leeds 102K posts
- 6. Steve Cropper 1,608 posts
- 7. Milwaukee 17.8K posts
- 8. Andrews 9,737 posts
- 9. Brazile N/A
- 10. Eddie Kingston N/A
- 11. Poison Ivy 2,146 posts
- 12. Isaiah Likely N/A
- 13. #WhyIChime 2,113 posts
- 14. Mikel 32.2K posts
- 15. Miguel Rojas 2,876 posts
- 16. Phantasm 1,682 posts
- 17. Purple 52.6K posts
- 18. Danny Phantom 7,403 posts
- 19. Knicks 25.2K posts
- 20. Maresca 49.7K posts