#kotlinmultiplatform search results

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

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

TahaTesser's tweet image. #KotlinMultiplatform libraries by year

I think these stats have a lot more room to grow and opportunities . Are you building for KMP?

Nano Banana Pro is truly bananas! 🍌🍌🍌 #KotlinMultiplatform

TahaTesser's tweet image. Nano Banana Pro is truly bananas! 🍌🍌🍌 #KotlinMultiplatform

My app is in the case studies, well they forgot that actually KMP powers backend, you don't need anymore proof that KMP/CMP is production ready. #AndroidDev #kotlinmultiplatform #KMP #cmp #compose

funky_muse's tweet image. My app is in the case studies, well they forgot that actually KMP powers backend, you don't need anymore proof that KMP/CMP is production ready.

#AndroidDev #kotlinmultiplatform #KMP #cmp #compose

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

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

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

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


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

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…


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

This is fantasy. Shared tests on #kotlinmultiplatform

leiva_dev's tweet image. This is fantasy.

Shared tests on #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…

Kotlin multiplatform - The journey begins #KMP #KotlinMultiPlatform #Android


#KotlinMultiplatform libraries by year I think these stats have a lot more room to grow and opportunities . Are you building for KMP?

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

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


Nano Banana Pro is truly bananas! 🍌🍌🍌 #KotlinMultiplatform

TahaTesser's tweet image. Nano Banana Pro is truly bananas! 🍌🍌🍌 #KotlinMultiplatform

(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

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

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

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

Nano Banana Pro is truly bananas! 🍌🍌🍌 #KotlinMultiplatform

TahaTesser's tweet image. Nano Banana Pro is truly bananas! 🍌🍌🍌 #KotlinMultiplatform

🚀 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

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

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

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

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

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

🔥 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

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

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

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

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:

#kotlin Flow has some really nice APIs out of the box! Heres an example where you can perform a search after the user stopped typing for a min of 600ms. Really convenient way to have auto search but not perform work on _every_ key press! #kmp #kotlinMultiplatform

indiana_sloan's tweet image. #kotlin Flow has some really nice APIs out of the box! Heres an example where you can perform a search after the user stopped typing for a min of 600ms. Really convenient way to have auto search but not perform work on _every_ key press! #kmp #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

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

Loading...

Something went wrong.


Something went wrong.


United States Trends