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.
同期要求を行うジオコーダーを使用しています。また、別のスレッドの別のサービスに非同期リクエストを行っています。Androidアプリの次のステップに進むには、両方の結果が必要です。先に進む前に両方の結果が返されることを確認する適切な方法は何ですか?
同期要求は、AsyncTaskのdoInBackground()メソッドに入れることができます。そして、postExecute()で結果を処理します。
ただ疑問に思っています:同期リクエストはUIスレッドをフリーズしませんか?