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.
DownloadManager クラスを使用するときのように、サーバーからファイルをダウンロードし、通知進行状況バーに進行状況を表示したいと考えています。ファイルを内部に保存したいのに外部メモリにしか保存できないため、 DownloadManager クラスを使用したくありません。何をすべきか ?
AsyncTaskまたはProgressDialogを使用することをお勧めします。これらのどちらかが機能しますか?
Androidでファイルをダウンロードし、進行状況をProgressDialogに表示します