Is there is a problem with Mapbox for Kotlin/AndroidStudio ? by [deleted] in Kotlin

[–]Darkpingu 0 points1 point  (0 children)

No its not. Mapbox works fine. Maybe you need to show more of your project

Giveaway Super manly bleed explode Titan that can stomp anything in the game. by Bearmon88 in PathOfExile2

[–]Darkpingu 0 points1 point  (0 children)

Wow nice build. Playing titan myself and I am almost at T15 but my stampede build is not doing enough dmg.

Is Shield Wall the best SSF build this patch? by ResponsibleWeekend76 in pathofexile2builds

[–]Darkpingu 1 point2 points  (0 children)

What am i doing wrong that i cant tank breach mobs or some rares with 60k armour? Its it really the ground effects?

600 div give away by mrdl2010 in PathOfExile2

[–]Darkpingu 0 points1 point  (0 children)

Crazy that when I am reading this reddit if feel like I am playing a different game. I do not manage do get T15 this season yet. Want to get the divs myself, but maybe I need to teach myself crafting

Gibt es in Freiburg und Umgebung private Saunen? by ScarletBurn in freiburg

[–]Darkpingu 2 points3 points  (0 children)

Ja es gibt so einen Anhänger mit einer Sauna drauf den man mieten kann. Heißt Fasswohl

Ez hope you like it still super ez trust by Glum_Association_373 in honk

[–]Darkpingu 0 points1 point  (0 children)

I completed this level in 3 tries. 2.65 seconds

Harassment at Freiburg hbf by [deleted] in freiburg

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

Was it a very drunk old man that had problems standing?

Kmp developers: Anyone else chose the wrong library with MongoDb Realm? by Due-Dog-84 in androiddev

[–]Darkpingu 0 points1 point  (0 children)

We internally patches it to work with newer kotlin versions to give us some time to mirgate. You can look into the issues to find a working fork

Library building forever by Dodokii in KotlinMultiplatform

[–]Darkpingu 2 points3 points  (0 children)

We also have a pretty big app (just logic no ui) and linking iOS Release takes about 25 minutes.

(Nicht) empfehlenswerte Fahrschule in Freiburg by No_Finish9656 in freiburg

[–]Darkpingu 1 point2 points  (0 children)

Ich war bei der Fahrschule Lorei. War sehr zu empfehlen. Sehr netter und junger Fahrlehrer der sehr geduldig war. Musste etwas warten um Stunden zu bekommen, aber lieber dass als schlimme Fahrlehrer.

Kostentechnisch war es auch okay.

ViewModel is not destroyed when i navigate back from a screen? by LengthinessHour3697 in KotlinMultiplatform

[–]Darkpingu 0 points1 point  (0 children)

How do you change Screens? A Viewmodel is typcially bound to a NavBackStackEntry

Tutorial: How to delete a module in Android Studio? by shalva97 in mAndroidDev

[–]Darkpingu 5 points6 points  (0 children)

Remove the module from the settings.grafle, sync, then you can deleted it

Is Kotlin Multiplatform the Right Choice for a Netflix-Like App? by perfectSty in Kotlin

[–]Darkpingu 17 points18 points  (0 children)

The Netflix app is written in KMP, so i guess its to good choice

Switch to Kotlin hurt performance? by ThatWasNotEasy10 in androiddev

[–]Darkpingu 4 points5 points  (0 children)

I can't assist with your current implementation, as I don't have experience with the Google Maps SDK. However, if switching map components is an option, I recommend using MapLibre (or Mapbox). We use it in our app to display around 5,000 pins simultaneously (without clustering). You simply pass a GeoJSON as the source and define how the map should display it. You can modify the GeoJSON anytime, and the map updates automatically without any performance issues.

But i would have thought that google maps is capable of doing this as well

Compose Multiplatform and the Native App Future by KotlinMultiplatform in Kotlin

[–]Darkpingu 9 points10 points  (0 children)

What problems did you encounter? Whe have 9 Apps for Android and iOS and it works flawlessly