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 は常にデータが再描画されることを期待しているようです。
にすべてのデータを描画してBitmapから、このビットマップを描画しますonDraw()
Bitmap
onDraw()