D
D
DARKENN2020-07-29 20:42:45
Java
DARKENN, 2020-07-29 20:42:45

How to make countdown timer like below in gif on android?

5f21b5035d046304452100.gif

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kocherman, 2020-07-29
@kocherman

This animation is easy to do with SVG+Javascript. Then you divide the animation into the required number of frames, each frame is captured into a separate picture (you save it as a png, for example). Or you can save each frame to svg and batch render each frame (for example, rsvg ). Further, the ffmpeg program can combine all the frames into a single gif.

O
Oleg Zakharov, 2020-07-29
@blazenn12

Try ValueAnimator

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question