This one is a big one for me. I've spent countless nights figuring this thing out. It's about Kotlin Extension Methods Generation with Annotation Processing https://t.co/S5IfBLiLUM
Hey @Droidconit! Can you stop spamming my emails? I am not interested in your newsletters. I tried unsubscribing using the link in the email itself, I wrote a direct email to you guys and gals, and nothing is working! Please stop the SPAM.
@hszanowski@polyglotamus Very. I couldnt get used to the ortholinear layout. I sold it after a couple of weeks.
I'm absolutely in love with my keychron q11
Halo mamy tutaj studentów @PW_edu ? Od października startuje prowadzony przeze mnie przedmiot Bezpieczne Tworzenie Oprogramowania - zapisy via USOS. Masa praktycznej wiedzy i jeszcze więcej przykładów dotyczących bezpieczeństwa na etapie pisania kodu #devsecops#CyberSec
1/n Learn about how you can debug recompositions of your Composable functions in this article that I just published -
https://t.co/OpCat4owhA
#AndroidDev#JetpackCompose
built a new Modifier this weekend
fun Modifier.chromaticAberration(
translateX: Float = 0f,
translateY: Float = 0f,
color: AberrationColor = AberrationColor.CMY,
): Modifier { ... }