How to create a count-up effect for a textView in Android

后端 未结 6 1510
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 07:17

I am working on an app that counts the number of questions marks in a few paragraphs of text.

After the scanning is done (which takes no time at all) I would love to

6条回答
  •  一向
    一向 (楼主)
    2020-12-13 08:03

    The question is very old, but I am posting this so that it would help someone else. I have used these 2 amazing libraries.

    Try them

    1. https://github.com/MasayukiSuda/CountAnimationTextView

    Or 2. https://github.com/robinhood/ticker

    Hope this helps :) Happy Coding!!!

提交回复
热议问题