# Animated Counter in Jetpack Compose

DevFeed: [Animated Counter in Jetpack Compose](<https://devfeed.tech/articles/animated-counter-in-jetpack-compose-25762.md>)

Original publisher: [Read original article](<https://www.sinasamaki.com/animated-counter/>)

Author: sinasamaki

Published: 2023-02-08T05:55:00Z

Content type: tutorial

Language: en

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

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Compose](<https://devfeed.tech/topics/compose.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [animation](<https://devfeed.tech/tags/animation.md>), [article](<https://devfeed.tech/tags/article.md>), [compose](<https://devfeed.tech/tags/compose.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jetpack](<https://devfeed.tech/tags/jetpack.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>)

## AI overview

A tutorial on building a realistic animated number counter in Jetpack Compose. It covers basic whole-counter transitions and advanced per-digit animations, including custom equality and comparison logic for handling changing digits.

## Source excerpt

Create a realistic number counter animation in Jetpack Compose