Author: web-admin

0

Chapter 9: Forms – Template-driven & Reactive

Forms – Template-driven & Reactive — one of the most practical and frequently used parts of Angular. In 2026 (with Angular ~21+), forms are in a transitional phase: Template-driven → still fully supported, simple...

0

Chapter 3: Kotlin Basics

Kotlin Basics! This is where the fun really starts. Up until now, we’ve set up the tools and run a “Hello World” that Android Studio gave us for free. Now we’re going to write...

0

Chapter 6: State Management and Interactivity

State Management and Interactivity! This is the chapter where your app stops being static and starts feeling alive — buttons actually do things, text fields update in real-time, sliders change values instantly, and the...

0

Chapter 7: Data Persistence and Storage

Data Persistence and Storage! This is where your app stops being “amnesiac” — it starts remembering things even after the user closes it, kills the process, or restarts the phone. We’re talking about saving...

0

Chapter 8: Working with Lists and Adapters

Working with Lists and Adapters! This is where your app starts feeling professional — think Instagram feed, WhatsApp chats, to-do apps, or any screen showing multiple items that scroll smoothly even if there are...