Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个录制声音的应用程序。当应用程序正在录制声音时,我想要一个看起来就像在 SoundHound 或 TrackID 应用程序中的动画。
我想知道最好和最简单的方法是什么?是使用 Canvas、Animation-List 还是 GIF?
谢谢
我认为您应该尝试ProgressWheel。
您可以简单地在其上放置另一个ImageView以显示您的自定义图像。
ImageView
编辑
我发现的另一个选项是 RaghavSood 的AndroidCircularSeekBar
高级文档也在那里。