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.
是否可以在 java android 中使用 svg 创建实时滚动图表?
我找到了java salamander来显示svg,但我不知道如何刷新图表上包含的数据......
首先,我怀疑 Salamander 是否可以在 Android 上运行。
Android WebView 从 Honeycomb 开始支持 SVG。你可以试试。
还有一些适用于 Android 的独立 SVG 库,但它们都不支持动画或您所追求的 DOM 操作类型。
SVG 可能不是此用例的最佳解决方案。使用 Android Canvas API 自己绘制图表可能是一种更好的方法。