ESEbrahim Shafiei (EbraSha)inebrasha.hashnode.dev·1d ago · 7 min readBuilding an Android Packet Analyzer Without RootAbdal PacketView is an Android packet analyzer designed around a simple but difficult requirement: capture and inspect Android network traffic directly on the device without root, without an external 00
SMShalen Mathewinshalenmathew.hashnode.dev·2d ago · 6 min readAndroid CI/CD for Beginners - Part 1: IntroductionStop building everything manually. Learn how modern Android teams automate their development workflow This series is designed to provide a complete understanding of CI/CD for Android development. In P10
EKEmran Khandaker Evaninblog.evanemran.info·Jun 30 · 7 min readFlutter App Security Best Practices: Protecting Your Apps from Modern ThreatsFlutter makes it easy to build beautiful cross-platform applications, but security is often overlooked until it's too late. Whether you're building a small personal project or a large-scale production21S
Sstitasinstitas.hashnode.dev·Jun 30 · 10 min readHeyGen API Implementation in Spring Boot: Generate AI Videos with WebhooksHey(Gen)! In this article, I'll show you how I integrated the HeyGen API into a Spring Boot application written in Kotlin to generate AI videos and receive webhook notifications. I originally built th00
BRBrett Rowberryinbrettrowberry.com·Jun 25 · 1 min readHello, Kotlin!We're switching from Clojure to Kotlin at work. Is that good? I don't know yet! Here are some things I love about Clojure: its incredible REPL EDN keywords maps with heterogeneous keys and values 21S
YPYashraj Patilinpatilspeaks.hashnode.dev·Jun 21 · 7 min readMy First Open Source Contribution: The Hardest Part Wasn't Writing the Codehttps://github.com/upb-cn/MoRAGBench/pull/1 Why CPU Metrics Mattered? When I started exploring MoRAGBench, I wasn't looking for a difficult feature. Quite the opposite. As a first time contributor10
WMWilfried Mbouendainwilfried.hashnode.dev·Jun 15 · 12 min readDetekt Explained: Enhance Kotlin Projects with Static Analysis - part 1Static analysis isn't about making your code "look nice." It's about catching the kind of problems that quietly slow teams down: hidden complexity, fragile logic, and maintainability debt. In most And00
SDSiro Devsinsiro.hashnode.dev·Jun 15 · 12 min readModularising SwahiLib: How I Stopped Rebuilding My Whole App for One Line of CodeSometime back I posted on X about something every Android developer eventually has to deal once they start building an app: I would change just a line of code, and Gradle would simply decide to rebuil00
RGRafał Gawlikindev-node.hashnode.dev·Jun 10 · 5 min readSharing 80% of Code Across iOS and Android with Kotlin MultiplatformWhen you're one developer building a real product for two platforms, the math is brutal: two codebases, two languages, twice the bugs, half the speed. For FamilyJar — a budgeting app for couples — I d00
CC@my3dinsoftwarej.hashnode.dev·Jun 7 · 8 min readKotlin context parameters: not DI, but execution contextOriginally published on my blog: https://camilyed.github.io/en/kotlin-context-parameters-not-di-but-execution-context/ Example repository: https://github.com/CamilYed/kotlin-context-parameters-ddd W00