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.
私はネットから写真の配列をダウンロードし、進行状況ダイアログに読み込み円を表示しています。ただし、プロセスが完了していない間、ロードサークルはラグ/ハングします。ロードをスムーズに実行するにはどうすればよいですか?
ありがとう。
不確定な ProgressDialog オブジェクトを表示します。次に、スレッドを開始し、スレッドを使用して画像をダウンロードします。ダウンロードが完了したら、ProgressDialog を閉じます。この方法は私にとってはうまくいきます。