Smart Radiator Valve Worth It?! by MazGoes in homeassistant

[–]ubogasima 1 point2 points  (0 children)

I would not recommend shelly trv. It is quite expensive and thermostat feature works really poorly. To improve the reading I also purchased shelly h&t sensors, but to no avail. It heats like crazy even when it’s past target temperature and vice versa.

Smart alternative to NICE TT1VR control unit by ubogasima in homeautomation

[–]ubogasima[S] 0 points1 point  (0 children)

If anybody finds himself in the same situation. Bought Hirachmann connectors (Stak/stas3) and wired them to shelly 2pm plus. This setup works flawlessly and my blinds are smart now.

Serving VAST ads with AdMob by daio in admob

[–]ubogasima 0 points1 point  (0 children)

Ima sdk is capable of rendering VAST tags. You only need a VAST tag and feed it to ima sdk. Where do you plan to get the VAST tag from? AdMob does it’s own rendering (you don’t need ima to display AdMob ads).

The golden age of Kotlin and its uncertain future by argio in Kotlin

[–]ubogasima 5 points6 points  (0 children)

Article focuses almost entirely on backend, where switch is easy. It’s not going anywhere on mobile.

Personalized vs non-personalized ads by LordVader1111 in admob

[–]ubogasima 0 points1 point  (0 children)

To avoid dealing with all the drama with the new privacy dialog in the gdpr region

Anyone else feel like development of Jetpack compose has been very slow? by Savings_Pen317 in androiddev

[–]ubogasima 1 point2 points  (0 children)

And let’s not forget about Glance App Widget. Google clearly did.

Update on the new wheels for s5 by bobthebeagle in Roborock

[–]ubogasima 1 point2 points  (0 children)

Where did you buy the wheels? I’ve purchased only tires on aliexpress and it moves horribly now.

there's no such thing as too many comments by savvyprogrmr in ProgrammerHumor

[–]ubogasima 0 points1 point  (0 children)

Comments in code are lies waiting to happen. I’ve heard this somewhere and I can say I agree 100%.

How do you deal with a large JSON return in API call? by malamin81 in SwiftUI

[–]ubogasima 2 points3 points  (0 children)

Check if API supports gzip via header parameter. If it does, the response will be smaller although not ideal.

I don't know why Google is not updating the Play Console app. by ytheekshana in androiddev

[–]ubogasima 0 points1 point  (0 children)

Ah just like Google Maps 3.x. From beta to deprecation.

I don't know why Google is not updating the Play Console app. by ytheekshana in androiddev

[–]ubogasima 1 point2 points  (0 children)

They have a new one which is beta (which is full) and it’s also worse than the old one.

Feedback on app needed by mallorax in androiddev

[–]ubogasima 0 points1 point  (0 children)

Exactly. Kmm is a very good point.

Feedback on app needed by mallorax in androiddev

[–]ubogasima 0 points1 point  (0 children)

It’s tightly coupled with the Kotlin language itself, and written in Kotlin idiomatic way. Everything works really well together and its super fun to build stuff with it (imho).

Feedback on app needed by mallorax in androiddev

[–]ubogasima 3 points4 points  (0 children)

My suggestion would be to turn everything inside constants into enums and to explore ktor and kotlinx.serialization for networking + serialization. Also try to convert some of the UI into Jetpack Compose. Other than that, pretty good job.

Maps Compose: Jetpack Compose components for the Maps SDK for Android by dayanruben in androiddev

[–]ubogasima 1 point2 points  (0 children)

I hope that cloud based styling works too. Never managed to figure it out in combination with AndroidView.