Results 7 comments of Mikołaj Kąkol

I'm using Gradle properties to read some constants. I'd like to model absence of them. What I do is defining in local.properties proxy address for app and if it's not...

With `String` it's kind of okay... however I also have some int's there and modeling it as -1/0 is just, you know :) I feel that it would be a...

I'm using kts. The current method is `buildConfigField` I was thinking about adding simple `buildConfigNullableField`. However, it's a bit more wast problem. Right now we are constrained by `Type` enum...

Hi, great work it really inspired me to dive a bit into style-drirectory. I tried it on my project and it didn't produce entirely valid output. In Figma, I have...

The problem is that Dagger requires that classes that has `@Provided` annotation must have some kind of Injection on it's own. If class doesn't require any additional injection you need...

Check: https://speakerdeck.com/jakewharton/android-apps-with-dagger

Hi @kikoso, it would be possible solution if I could populate map with all points from backend, but it is not possible to fetch all of them.