14
13
12
11
10
9
8
7

Android Core

Activities, Fragments, lifecycle, Intent, Context, and platform fundamentals

Android Fragment Lifecycle — Two Lifecycles, Every Callback, and the Mistakes That Cause Crashes
Android Fragment Lifecycle — Two Lifecycles, Every Callback, and the Mistakes That Cause Crashes

Fragments have two lifecycles — the Fragment itself and its View — and confusing them causes memory leaks, crashes, and duplicate observat...

Android Activity Lifecycle — Every Callback, Every Scenario, Every Mistake Explained
Android Activity Lifecycle — Every Callback, Every Scenario, Every Mistake Explained

The Activity lifecycle is the most important concept in Android development. This guide covers every callback (onCreate through onDestroy), exact call...

What is Android and How Apps Work — Architecture, Components, and Process Management
What is Android and How Apps Work — Architecture, Components, and Process Management

Before diving into Activities and Jetpack, understand how Android actually works under the hood. This guide covers the system architecture layers, wha...