indiehacking
My Journey as an Indie Hacker is beginning
Small piece of my life
indiehacking
Small piece of my life
android
It’s been a while since I’ve written about some “normal” Android Development. Today I followed a lead on DiffUtil, a library that a senior developer told me about. It is supposed to be used in Recycler views with adapters to avoid having to call notifyAllDataChanged() and having some
callisthenics
I know y’all miss my daily dispatches, that aren’t daily at all, only on the days I do write them. So I’ve been out of gym, due to the price rising too high and my current employer recently giving me Gympass access. So I decided to cancel
Development
Damn I didn’t know I needed a browser that has vertical tabs, email, calendar sync, feed subscriber and splitting views. And that’s not even half of what it does. It also has two level tabs. AAAAAND session saving. Check it out at their website. On a different note,
kmm
I really can’t. The error that I documented here Youtrack. It seems the error is gone once we removed the following line from my gradle.properties: kotlin.native.cacheKind.iosX64=none That is it, it is a directive for the kotlin to C compiler to not use cache during
kmm
So you are trying to code a Kotlin Multiplatform module. After setting up a build gradle file for the Android project with this new module, you are led to believe that you will: * Build on android. * Then run pod install to install this new precompiled module into an iOS project.