All Stories

Android - no_image

installLocation tag

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

GradleGradle is an open-source build automation tool flexible enough to build almost any type of software. Gradle makes few assumptions about what you’re trying to build or how to bui...

In tutorial, no_image, android, Jan 23, 2025

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