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.
在我的应用程序(即录音机应用程序)中,我希望根据时间(Chronometer)进行搜索栏,即根据音频记录的时间。
怎么做?
使用yourProgressBar.setProgress(VALUE_YOU_WANNA_SET).
yourProgressBar.setProgress(VALUE_YOU_WANNA_SET)
在每秒更新 UI 的线程中。