PinnedAbhishek Srivastava·Feb 15Interview-related question for Kotlin and Compose UI1. What is the difference between val and var, and how it work?
Abhishek Srivastava·Sep 4“Screenshot to code” refers to AI toolsScreenshot‑to‑Code refers to AI tools — most notably the open‑source project screenshot‑to-code by Abi Raja — that convert UI screenshots…
Abhishek Srivastava·Sep 4“God’s Eye View” A real-time 3D geospatial intelligence / world-monitoring application🌍 What is God’s Eye View?
Abhishek Srivastava·Aug 24How negative(-) number works in CPUThis is an important concept for understanding XOR, bitwise operations, and negative numbers in Kotlin/Java.
Abhishek Srivastava·Aug 22Bitwise XOR in Kotlin: A Complete Guide to deep driveIn Kotlin, XOR means exclusive OR. It is a bitwise operation that compares the corresponding bits of two integers.
Abhishek Srivastava·Aug 21Flow vs StateFlow Vs SharedFlow in KotlinFirst explain the diff between Flow and StateFlow are both part of Kotlin’s coroutines library and are used for handling asynchronous data…