如何使用phonegap将包含图像/文本的博客RSS转换为原生Android应用程序
我想要一个在我的博客中包含最近帖子和同步选项的应用程序。它将把所有内容存储在本地存储中。我能够将文本作为 json 对象存储在本地内存中,但我不知道如何从 url 下载和存储图像到手机内存...
我尝试使用 fileTransfer.download 和一个phonegap 插件来下载
我正在测试我的 文件模拟器中的应用程序。我不知道在哪里存储这些图像以及如何存储它们以使它们永久存在。
I want an app with recent post in my blog and a synchronization option. It will store everything in local storage. I am able to store text as json object in local memory but I don't know how to download and store images from url to phone memory...
I have tried using fileTransfer.download and one phonegap plugin to download files
I am testing my app in emulator. I don't know where to store these images and how to store them so that they are permanent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们永远不可能是永久的,您不是系统应用程序。我的意思是永远将其存储在数据中。然而;您可以选择将内容存储在 SDCARD 上,只要用户不删除您的数据,这些内容就会持续存在。 这不能是永久性的,取决于用户的卡/选择对他们的 SDCARD 上的文件执行任何他们希望的操作。
They can never be permanent you are NOT a system app. And by this I mean storing it in data forever. However; you have the option of storing stuff on the SDCARD, which will last as long as the user does not delete your data. THIS cannot be permanent is dependent on the user's card/choice to do whatever they wish to the files on THEIR SDCARD.