如何在Web视图中加载存储在SD卡内的html文件
我在 /mnt/sdcard/packagename/files/something.html 路径中有一个 html 文件。现在我想将此文件加载到网络视图中。
当我上网冲浪时,我听说了一些有关内容提供商的信息,但仍然不清楚具体如何做到这一点。
有答案吗?
提前致谢,
Tejaswi Marakini
I have an html file in /mnt/sdcard/packagename/files/something.html path. Now I want to load this file into the webview.
When I surfed for this, I heard something about content provider, but still not cleared exactly how to do it.
Any answer?
Thanks in advance,
Tejaswi Marakini
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个:
try this:
检查此处:http://www.anddev.org/read_a_txt_file_from_sd_card_in_a_real_device-t6619.html
方法与 html 相同。从外部存储加载文件与内容提供商无关。
希望这有帮助!
Check here: http://www.anddev.org/read_a_txt_file_from_sd_card_in_a_real_device-t6619.html
The methodology is same for html. Loading files from external storage has nothing to do with the content provider.
Hope this helps!