# Android Dynamic Animated SVGs (with Lottie Dynamic Properties)

DevFeed: [Android Dynamic Animated SVGs (with Lottie Dynamic Properties)](<https://devfeed.tech/articles/android-dynamic-animated-svgs-with-lottie-dynamic-properties-24900.md>)

Original publisher: [Read original article](<https://blog.blundellapps.co.uk/android-dynamic-animated-svgs-with-lottie-dynamic-properties/>)

Author: blundell

Published: 2025-01-04T20:24:47Z

Content type: tutorial

Language: en

Sources: [Blundell](<https://devfeed.tech/sources/blundell.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [SVG](<https://devfeed.tech/topics/svg.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [androiddev](<https://devfeed.tech/tags/androiddev.md>), [animation](<https://devfeed.tech/tags/animation.md>), [compose](<https://devfeed.tech/tags/compose.md>), [demo](<https://devfeed.tech/tags/demo.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [intermediate](<https://devfeed.tech/tags/intermediate.md>), [intermediate-tutorial-android-androiddev-animation-compose-lottie-svg](<https://devfeed.tech/tags/intermediate-tutorial-android-androiddev-animation-compose-lottie-svg.md>), [lottie](<https://devfeed.tech/tags/lottie.md>), [project](<https://devfeed.tech/tags/project.md>), [reference](<https://devfeed.tech/tags/reference.md>), [rotation](<https://devfeed.tech/tags/rotation.md>), [scale](<https://devfeed.tech/tags/scale.md>), [svg](<https://devfeed.tech/tags/svg.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A tutorial on using Lottie Dynamic Properties in Android to control animation properties such as color, opacity, scale, and rotation at runtime. It explains how to identify Lottie KeyPaths from resolved in-memory code and apply dynamic property changes to Lottie images.

## Source excerpt

Learn how to have runtime control of all parts of an animation or image, the color, opacity, scale, rotation .. any property within your SVG animation using Lottie Dynamic Properties. This tutorial is going to explain Lottie Dynamic Properties. Dynamic Properties are a way of controlling at runtime, the different parts of your animation. You [...] The post Android Dynamic Animated SVGs (with Lottie Dynamic Properties) first appeared on Blundell.