Android 中的文档可视化?
有没有适用于android的文档可视化工具包?
Is there any document visualization toolkit available for android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有适用于android的文档可视化工具包?
Is there any document visualization toolkit available for android?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我不相信 Android 上有类似的 prefuse。然而,有 javascript 等价物。您可以使用 Android webview 和以下库之一:
,Prefuse 是开源的,并且包含科学论文的链接,因此将特定的可视化移植到 Android 可能还不错。
更新:
Protovis 创建者的另一个选择是 D3。 D3 和 Protovis 对于 Android 的一个问题是它们依赖于 SVG,由于某种原因,Android 2.x 及更低版本的原生浏览器不支持 SVG。据说 Android 3.x 及更高版本中添加了 SVG 支持,尽管我尚未在较新版本的 Android 中进行测试。
I don't believe there is a prefuse equivalent for Android. However, there are javascript equivalents. You could use the Android webview and one of the below libraries:
Additionally, Prefuse is open source and contains links to scientific papers so it may not be too bad to port a specific visualization to Android.
Update:
Another option from the creators of Protovis is D3. One problem that both D3 and Protovis have for Android is that they depend on SVG which for some reason is not supported in the stock browser for Android 2.x and below. Supposedly SVG support was added in Android 3.x and above though I haven't tested in the newer versions of Android.
市场上有很多 pdf 查看器,只需搜索 PDF 或您要打开的任何文档类型即可。
There are many pdf viewers on the market, just search for PDF or whatever document type you're trying to open.