ANAPITube News APIinapitube.hashnode.dev·13m ago · 21 min readAn Android news app in Kotlin, from empty project to APKOne page of 20 headlines weighs 608 KB when we take a news API's default response and 18 KB when we ask for only the eight fields a list row renders. That single query parameter, fl=, decides whether 00
SAShai Almogindebugagent.com·16h ago · 9 min readFaster Starts, Less JavaScript OverheadA margin calculation is an odd place to find a startup stall. It sounds like arithmetic. In our native Mac profile, it could wait for the operating system's main thread. What is Codename One? Codename00
RSRahul Shindeinbingemark.hashnode.dev·1h ago · 2 min readHow I built a movie/TV/anime tracker with React Native, FastAPI & MongoDB (and the AdMob bug that nearly broke me)I just shipped BingeMark, a free Android app that tracks movies, TV shows and anime in one place. Here's the stack and two bugs that ate a weekend each. The stack Frontend: React Native + Expo (SDK 500
SAShai Almogindebugagent.com·1d ago · 10 min readFaster Maps: Chasing Swiss SpeedAfter looking at Go's collector, we turned to its maps. Swiss tables have an appealing premise: keep entries compact, use a small amount of metadata to narrow the search, and avoid chasing a separate 00
SAShai Almogindebugagent.com·2d ago · 9 min readWhat Go Taught Us About Java Garbage CollectionAs Java developers, we take a lot of inspiration from HotSpot. It is the gold standard for many of us, and for good reason. But measuring ParparVM against Go recently sent me down a different path. Wh00
TITakenick Innovationintakenick.hashnode.dev·2d ago · 7 min readFrom “It Looks Wrong” to a Reproducible Android Bug ReportDisclosure: The six tool websites linked below are part of our Takenick Innovation portfolio. This article was drafted with ChatGPT, and its cover illustration was generated with AI. The scenario is f00
SAShai Almogindebugagent.com·3d ago · 23 min readLies, Damn Lies and BenchmarksThere's an old joke about three kinds of lies: lies, damn lies, and benchmarks. Codename One did very well in our benchmarks. But were they accurate? Were they representative? What is Codename One? Co11S
4F404 Foundersin404-founders.com·3d ago · 3 min readPixel Modem CVE-2026-58704: Zero-Click Flaw ExploitedGoogle has patched CVE-2026-58704, a high-severity privilege-escalation flaw in the Pixel cellular modem. The CVE describes remote proximal/adjacent exploitation with no user interaction; the publishe00
GYGulshan Yadavinmrgulshanyadav.hashnode.dev·3d ago · 10 min readDebugging and Testing Android Apps EfficientlyThe Logcat, ADB, profiler, and test workflow I use on every Android project — so you stop wasting hours staring at a wall of logs and start finding the bug. So, in this article, I will be showing you 00
RRatModifierinratmodifierarticles.hashnode.dev·3d ago · 7 min readBygame Android Retry Guide: Why a Failed Request Should Not Trigger Endless Instant RetriesA Philippines-focused mobile engineering guide to WorkManager, network constraints, exponential backoff, Retry-After, unique work, and safe synchronization. A weak mobile connection creates an easy tr00