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.
我刚刚从 Google Play 音乐小部件中找到“这首歌是什么?” 我很惊讶地在其中发现了这个自定义视图:
这是怎么发生的?据我所知,您不能在RemoteViews.
RemoteViews
好的,我想我知道,这很简单。它必须是一个简单的 ImageView,每 400 毫秒左右更新一次,生成的位图显示波形。帧之间没有动画,所以我认为这只是在画布上绘制东西或在 NDK 层中生成更高级的位图的问题。有趣的!