All Stories

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

Android - diagram_backstack

Tasks and the back stackA task is a collection of activities that users interact with when trying to do something in your app. These activities are arranged in a stack called the back...

In tutorial, diagram_backstack, android, Jan 23, 2025

Android - no_image

taskAffinityThe taskAffinity is the attribute that is declared in the AndroidManifest file.

In tutorial, no_image, android, Jan 23, 2025

Android - slices_image_1

SlicesSlices are UI templates that can display rich, dynamic, and interactive content from your app from within the Google Search app and also in other places like the Google Assistan...

In tutorial, slices_image_1, android, Jan 23, 2025

Android - no_image

Side EffectsA side-effect is a change to the state of the app that happens outside the scope of a composable function. Due to composables’ lifecycle and properties such as unpredictab...

In tutorial, no_image, android, Jan 23, 2025

Android - paging_library_architecture

Paging libraryThe Paging Library helps you load and display small chunks of data at a time. Loading partial data on demand reduces usage of network bandwidth and system resources.

In tutorial, paging_library_architecture, android, Jan 23, 2025

Android - notification

NotificationA notification is a message that Android displays outside your app’s UI to provide the user with reminders, communication from other people, or other timely information fr...

In tutorial, notification, android, Jan 23, 2025

Android - lifecycle_states

LifecycleLifecycle-aware components perform actions in response to a change in the lifecycle status of another component, such as activities and fragments. These components help you p...

In tutorial, lifecycle_states, android, Jan 23, 2025

Android - downloadable_fonts_process

Downloadable fontsThe Downloadable Fonts feature lets APIs request fonts from a provider application instead of bundling files into the app or letting the app download fonts. Download...

In tutorial, downloadable_fonts_process, android, Jan 23, 2025