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 中显示进度