#kotlinmultiplatform wyniki wyszukiwania

✨ 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:

chrisbanes's tweet image. 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:

We can say that Kotlin Multi Platform is really stable for desktop. #JetpackCompose #Kotlin #KotlinMultiPlatform

AskeriMuhendiss's tweet image. We can say that Kotlin Multi Platform is really stable for desktop. 

#JetpackCompose #Kotlin #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…

TahaTesser's tweet image. 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…

🤯 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…


🎉 The latest Android Studio Narwhal now supports Compose Preview for KMP projects! 🚀 This makes cross-platform UI development smoother than ever! 🔗 developer.android.com/studio/preview #JetpackCompose #KotlinMultiplatform #AndroidStudio #ComposeMultiplatform #Kotlin #AndroidDev #iOSDev

canerkaseler's tweet image. 🎉 The latest Android Studio Narwhal now supports Compose Preview for KMP projects! 🚀 This makes cross-platform UI development smoother than ever!

🔗 developer.android.com/studio/preview

#JetpackCompose #KotlinMultiplatform #AndroidStudio #ComposeMultiplatform #Kotlin #AndroidDev #iOSDev

Absolutely blown away by the simplicity and convenience of sharing ViewModel in #kotlinMultiplatform, all thanks to @RickClephas' brilliant library 🚀

FloGz7's tweet image. Absolutely blown away by the simplicity and convenience of sharing ViewModel in #kotlinMultiplatform, all thanks to @RickClephas' brilliant library 🚀

Taking the first steps towards building a KMM project 🚀 Question: Which Android Studio version do you use for your KMM apps? 🤔 #Kotlin #KotlinMultiplatform #AndroidDev

waseefakhtar's tweet image. Taking the first steps towards building a KMM project 🚀 

Question: Which Android Studio version do you use for your KMM apps? 🤔

#Kotlin #KotlinMultiplatform #AndroidDev

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

its_sasikanth's tweet image. 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

🎨 Integrated MaterialKolor into Tivi recently It makes using color extraction in your Compose apps totally effortless. PR: github.com/chrisbanes/tiv… #JetpackCompose #KotlinMultiplatform


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…


ended up not needing this but thought it was too cool to not show: Animated debit card completely done in #jetpackcompose. Nothing crazy. #androiddev #kotlinmultiplatform #compose


🚀 Introducing my project: a trading app on KMP. Experience seamless trading across platforms. #Multiarchitect #dcbln23. Join me in revolutionizing the trading industry! 📱💼🌐📈🚀 #KotlinMultiplatform

johnkil's tweet image. 🚀 Introducing my project: a trading app on KMP. Experience seamless trading across platforms. #Multiarchitect #dcbln23. Join me in revolutionizing the trading industry! 📱💼🌐📈🚀 #KotlinMultiplatform

Did you guys knew that you can already click through your Compose Multiplatform app in iOS via Swift Preview just as if you would deploy on a real device? 😲 #KotlinMultiplatform #Kotlin #iosdev #androiddev #JetpackCompose #kmp #cmp


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

kashif_mehmood_'s tweet image. 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

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

leiva_dev's tweet image. 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

(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…

droidconIN's tweet card. KMP at Scale: Unifying Mobile Teams with Kotlin Multiplatform (Real...

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…

TahaTesser's tweet image. 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

moinkhan_in's tweet image. 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

neosoftofficial's tweet image. 💡 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

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

neosoftofficial's tweet image. ⚛️🤝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

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


📣 #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…

kotlin's tweet image. 📣 #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…

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

its_sasikanth's tweet image. 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
its_sasikanth's tweet image. 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
its_sasikanth's tweet image. 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

📚 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-…

kotlin's tweet image. 📚 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-…

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…

TahaTesser's tweet image. 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…

We can say that Kotlin Multi Platform is really stable for desktop. #JetpackCompose #Kotlin #KotlinMultiPlatform

AskeriMuhendiss's tweet image. We can say that Kotlin Multi Platform is really stable for desktop. 

#JetpackCompose #Kotlin #KotlinMultiPlatform

Really good interactive questions from the community for our speakers on #Kotlin #KotlinMultiplatform #KMM #KMP #ComposeMultiplatform Including #JetpackCompose vs #flutter #BlrKotlin #BlrKotlin33

BlrKotlin's tweet image. Really good interactive questions from the community for our speakers on #Kotlin #KotlinMultiplatform #KMM #KMP #ComposeMultiplatform
Including #JetpackCompose vs #flutter 
#BlrKotlin #BlrKotlin33
BlrKotlin's tweet image. Really good interactive questions from the community for our speakers on #Kotlin #KotlinMultiplatform #KMM #KMP #ComposeMultiplatform
Including #JetpackCompose vs #flutter 
#BlrKotlin #BlrKotlin33
BlrKotlin's tweet image. Really good interactive questions from the community for our speakers on #Kotlin #KotlinMultiplatform #KMM #KMP #ComposeMultiplatform
Including #JetpackCompose vs #flutter 
#BlrKotlin #BlrKotlin33

Tomorrow’s a big day for Touchlab at #dcldn24! Catch @kpgalligan at his keynote “The Future of Android, Kotlin, & Everything” at 9:20a GMT. He also leads a roundtable on the “Challenges & Opportunities of #KotlinMultiplatform & #ComposeMultiplatform in production” at 11:15a GMT!

TouchlabHQ's tweet image. Tomorrow’s a big day for Touchlab at #dcldn24! Catch @kpgalligan at his keynote “The Future of Android, Kotlin, & Everything” at 9:20a GMT. He also leads a roundtable on the “Challenges & Opportunities of #KotlinMultiplatform & #ComposeMultiplatform in production” at 11:15a GMT!
TouchlabHQ's tweet image. Tomorrow’s a big day for Touchlab at #dcldn24! Catch @kpgalligan at his keynote “The Future of Android, Kotlin, & Everything” at 9:20a GMT. He also leads a roundtable on the “Challenges & Opportunities of #KotlinMultiplatform & #ComposeMultiplatform in production” at 11:15a GMT!

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

its_sasikanth's tweet image. 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

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

its_sasikanth's tweet image. 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
its_sasikanth's tweet image. 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
its_sasikanth's tweet image. 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
its_sasikanth's tweet image. 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

johnkil's tweet image. 🚀 Introducing my project: a trading app on KMP. Experience seamless trading across platforms. #Multiarchitect #dcbln23. Join me in revolutionizing the trading industry! 📱💼🌐📈🚀 #KotlinMultiplatform

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:

chrisbanes's tweet image. 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:

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

its_sasikanth's tweet image. 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
its_sasikanth's tweet image. 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

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

Alex_Zhukovich's tweet image. 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

🚀 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

GDGCapeTown's tweet image. 🚀 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

🔥 #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

indiana_sloan's tweet image. 🔥 #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

I just noticed that our production app is 99.9% in Kotlin. feeling proud as a Kotlin enthusiast. #kotlin #kotlinmultiplatform

kashif_mehmood_'s tweet image. I just noticed that our production app is 99.9% in Kotlin. feeling proud as a Kotlin enthusiast.

#kotlin #kotlinmultiplatform

Loading...

Something went wrong.


Something went wrong.


United States Trends