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.
是否可以在特定持续时间(例如 60 分钟)内每秒自动增加搜索栏?(我想获得类似播放器进度条的东西,但我没有使用 MediaPlayer)
是的,您可以创建与 seekbar 相同的自定义进度并使用 Asynctask 方法执行相同的操作。这意味着在 doInbackground 中休眠一段时间并在 postexecute 方法中更新它。