我正在处理一个应用程序,我需要将图片存储在存档中,并将其作为附件发送到电子邮件中。
如何创建zip文件/ rar文件并将图片保存在其中?
我一整天都在搜索,对我来说没什么用。试过这个例子: http://stacktips.com/tutorials/android/how-to-programmatically-zip-and-unzip-file-in-android
谢谢!
答案 0 :(得分:0)
我使用SharpLibZip.Portable库(http://icsharpcode.github.io/SharpZipLib/)。您可以在Nuget包管理器中获取它。
它在Android和UWP中运行良好(在iOS中未经证实)。