All Stories

Android - cold_start

App startup timeApp launch can take place in one of three states: Cold start; Warm start; Hot start.

In tutorial, cold_start, android, Jan 23, 2025

Android - no_image

AccessibilityTry to make your Android app usable for everyone, including people with accessibility needs.

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

ViewCompositionStrategyViewCompositionStrategy defines when the Composition should be disposed. The default, ViewCompositionStrategy.Default, disposes the Composition when the underly...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

View BindingView binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for e...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

Version catalogGradle version catalogs enable you to add and maintain dependencies and plugins in a scalable way. Using Gradle version catalogs makes managing dependencies and plugins...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

Splash screen and SplashScreen libraryThe Splash Screen is the first screen visible to the user when the application is launched. This is an important screen, the user gets the first ...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

SparseArraySparseArray maps integers to Objects and, unlike a normal array of Objects, its indices can contain gaps. SparseArray is intended to be more memory-efficient than a HashMap...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

RecyclerView.ItemDecorationAn ItemDecoration allows the application to add a special drawing and layout offset to specific item views from the adapter’s data set. This can be useful f...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

Play Feature DeliveryGoogle Play’s app serving model uses Android App Bundles to generate and serve optimized APKs for each user’s device configuration, so users download only the cod...

In tutorial, no_image, android, Jan 23, 2025

Android - no_image

PendingIntent

In tutorial, no_image, android, Jan 23, 2025