All Stories

Android - user_task_flowchart

What is background taskFor the purposes of this document, we’ll use the term “task” to mean an operation an app is doing outside its main workflow. To ensure alignment in understandin...

In tutorial, user_task_flowchart, android, Jan 23, 2025

Android - no_image

SurfaceView

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

StrictMode

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

Overdraw

In tutorial, no_image, android, Jan 23, 2025

Android - compose_1

Jetpack ComposeJetpack Compose is a modern declarative UI Toolkit for Android. Compose makes it easier to write and maintain your app UI by providing a declarative API that allows you...

In tutorial, compose_1, android, Jan 23, 2025

Android - fragments

FragmentA Fragment represents a reusable portion of your app’s UI. A fragment defines and manages its own layout, has its own lifecycle, and can handle its own input events. Fragments...

In tutorial, fragments, android, Jan 23, 2025

Android - context

Context

In tutorial, context, android, Jan 23, 2025

Android - no_image

AndroidManifest

In tutorial, no_image, android, Jan 23, 2025

Android - anr_example_framed

ANR (Application Not Responding)When the UI thread of an Android app is blocked for too long, an “Application Not Responding” (ANR) error is triggered. If the app is in the foreground...

In tutorial, anr_example_framed, android, Jan 23, 2025