Tag

Custom API

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 13, 2022 · Mobile Development

Deep Dive into animateValueAsState and Custom animateXxxAsState APIs in Jetpack Compose

This article explains how Jetpack Compose’s animateValueAsState underpins the animateXxxAsState family, explores its source code, demonstrates how to create custom animation APIs such as animateDpSizeAsState and animateUploadAsState, and provides practical Kotlin examples for building reusable UI animations on Android.

Custom APIJetpack ComposeKotlin
0 likes · 12 min read
Deep Dive into animateValueAsState and Custom animateXxxAsState APIs in Jetpack Compose
360 Tech Engineering
360 Tech Engineering
Nov 19, 2019 · Mobile Development

New Accessibility Features in iOS 13: Voice Control, Media Autoplay Disable, and Custom API

The article introduces iOS 13's new accessibility enhancements—including Voice Control with numeric overlays and command shortcuts, a system‑wide option to disable media autoplay, and the UIAccessibilityCustomActionHandler API—explaining their benefits for developers and accessibility testing.

Custom APIMedia Autoplayaccessibility
0 likes · 5 min read
New Accessibility Features in iOS 13: Voice Control, Media Autoplay Disable, and Custom API