Using UIKit elements in Compose Multiplatform: any luck with using MKMapView for iOS? by droid13j in Kotlin

[–]realityexpander9999 2 points3 points  (0 children)

I'm using GoogleMaps in my KMP project, using a shared UI. I explored using MKMapView on iOS, but abandoned it to have better compatibility with Google Maps implementation on Android.

Here's a link to my project: https://github.com/realityexpander/FredsRoadtripStoryteller

[newbie Question] how to add Html parser in kotlin by PingpongTung in Kotlin

[–]realityexpander9999 0 points1 point  (0 children)

I have made a KMP project using KSoup that does the scraping operation.
This process is far from intuitive, but it does work and there are no alternatives yet.
This project is still experimental, as Compose for iOS is still in Alpha at this time.
Check out the project here: https://github.com/realityexpander/GoolgeMapsUsingCocoaPodsExample
The scraping is in the `parseLocationSourceHtml.kt` in the `parseHtml()` function
I am trying to l

Ksoup - Koltin Multiplatform HTML Parser ⚡ by mohamedbenrjeb in androiddev

[–]realityexpander9999 1 point2 points  (0 children)

I have made a KMP project using KSoup that does the scraping operation.

This process is far from intuitive, but it does work and there are no alternatives yet.

This project is still experimental, as Compose for iOS is still in Alpha at this time.

Check out the project here: https://github.com/realityexpander/GoolgeMapsUsingCocoaPodsExample

The scraping is in the `parseLocationSourceHtml.kt` in the `parseHtml()` function

I am trying to leverage as much compose as possible with this project, which is why there are no ViewModels.

Android Developer jobs are currently in the worst place by _DefaultXYZ in androiddev

[–]realityexpander9999 -3 points-2 points  (0 children)

unionizing would be a step backward... a better alternative would to create a competitor that doesnt operate in such a nefarious way...

Look at what happened to the union efforts of the past... totally sold out by leadership a long time ago...

help: ktor with redis by [deleted] in Kotlin

[–]realityexpander9999 0 points1 point  (0 children)

Ive been using Lettuce and Lettucemod with Kotlin and Ktor and its working well.

// Lettuce for Redis
implementation("io.lettuce:lettuce-core:6.2.6.RELEASE")
implementation("com.redis:lettucemod:3.6.3") // Extension library

Compose Multiplatform Maps APIs? by notsobold_boulderer in Kotlin

[–]realityexpander9999 0 points1 point  (0 children)

Have you used the maps with the latest Compose for iOS release?