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.
私のアプリケーションでは、ライブオーディオを録音して再生しています。プロセスはスレッドで機能しています。私のコードでは、recorder.setPositionNotificationPeriod(1000);を使用しています。そして、この特定のコードがメインスレッドで実行されているため、他のコントロールにアクセスできず、アプリがスタックしていることがわかりました。このコードをバックグラウンドで機能させるにはどうすればよいですか?