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.
私のアプリ、つまりオーディオレコーダーアプリでは、時間(クロノメーター)、つまりオーディオレコードの時間に従ってシークバーを進めたいと考えています。
それはどのように行うことができますか?
use yourProgressBar.setProgress(VALUE_YOU_WANNA_SET).
yourProgressBar.setProgress(VALUE_YOU_WANNA_SET)
in a thread which updates the UI every sec.