Gokhan Arik

Results 8 comments of Gokhan Arik

@swankjesse I created a sample project, I tried to keep it similar to code base I have in my project. Open the app, hit Download button when you are online....

When I run your code I see that it is being cached. However, I still can't get it working in my project. I don't see the image when I'm offline....

And here is the video of the behavior. https://www.youtube.com/watch?v=ZMIzu-tuJGk

I did this using endIcon, but touch area for endIcon is too small. Icon size is 24dp and touch area is also 24dp. Touch area should be at least 48dp....

+1 to input builders and making constructors private. I see, it makes sense to call it "input" but it may sound confusing. Maybe `generateBuilders`? If not, I think it is...

> If you have 2 mandatory parameters in your Builder constructor and they are the same type, changing the order could break the app at runtime without breaking build time...

Yes, I agree with the approach. JvmOverloads only helps with Java, not Kotlin. I will close this.

I received the same error using v1.31.0 with Kotlin 1.9.10 I have 3 flavours in my app and the same task for all3 flavours failed. Unfortunately I don't have a...