Jan 30 · 5 min read · Imagine cooking maggi, and every time you add salt, you restart the stove.Wouldn’t it be better to just taste and tweak? That’s what hot reload does — it lets you tweak the recipe while it’s cooking. (too hot to handle) sorry for my random broken hum...
Join discussion
Dec 29, 2025 · 2 min read · Install Node.js Ensure Node.js is installed on your system. Visit https://nodejs.org Download and install the latest version node --version npm --version Install Java Development Kit (JDK) React Native needs Java for Android app developmen...
Join discussion
Dec 13, 2025 · 31 min read · Android development can feel overwhelming. You have to learn a new language (Kotlin), a new UI framework (Compose), and a dozen architectural patterns. Whether you are a beginner trying to understand why we write code this way, or a developer preppin...
Join discussion
Dec 12, 2025 · 4 min read · Jakarta, 12 Desember 2025 — Google mengumumkan kebijakan besar yang akan mengubah cara aplikasi Android diinstal dan didistribusikan, terutama untuk aplikasi yang tidak berasal dari Google Play Store atau sideloading. Aturan ini dijadwalkan mulai ber...
Join discussion
Nov 8, 2025 · 2 min read · Why Dependency Injection? Dependency Injection (DI) helps manage your app’s dependencies efficiently by passing required objects from outside instead of creating them internally. This approach has several benefits: Manages the scope of objects easil...
Join discussionOct 27, 2025 · 4 min read · I’ve been experimenting with small, practical ways AI can fit into my daily mobile development. Not to write code for me, but to accelerate the “in-between” steps of my workflow. These little uses aren’t super flashy. They just smooth out some pain p...
BBreera commented
Oct 28, 2025 · 3 min read · Nothing is hard, It is unfamiliar. The Moment you understand the complexity and relationship between all varieties of simple elements. You attain THE FLOW STATE. Today, I am starting the new session of my journey. Learning React native, I am using di...
Join discussion
Oct 24, 2025 · 3 min read · A few months ago, I did something different. I started building in public. I've built plenty of apps before. Most of them died in my local repository, never seeing the light of day. But this time with my Quotes app, I decided to share every step of t...
Join discussion
Oct 11, 2025 · 3 min read · I’m going to write kotlin cheats that i have learned from Kotlin docs… All variables are in kotlin defined as var (Immutable/not changeable) and val(muttable/changeble).. And there is no need of semicolon // u can define the type of the or can’t ...
Join discussion