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.
在我的 android 应用程序中,我正在绘制一个包含大量数据的图表,我需要绘制数据,然后在其顶部绘制更多数据。与其存储所有数据并在每个 ondraw 调用中重绘,还有什么方法可以在对 ondraw 的调用之间保持持久性,似乎 ondraw 总是希望重新绘制数据。
只需在 a 上绘制所有数据Bitmap,然后在其中绘制此位图onDraw()
Bitmap
onDraw()