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中,我有一个像这样使用的下载管理器:
DownloadManager.Request request = new DownloadManager.Request(Uri.parse(DownloadUrl));
现在我想知道是否有一种方法可以像在下载管理器中那样设置上传进度条以进行 ftp 上传?
提前致谢!
我没有找到它(看起来没有),但你可以制作你的自定义进度条。 以下是有关如何执行此操作的一些答案。
希望能帮助到你。