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.
タイマー内にラインをプロットしたい。どれを使えばいいですか?これら2つのb / wでパフォーマンスの違いはありますか?タイマー内にプロットラインが欲しいのですが、どちらが良いですか?
Android で、多数の接続された線 (MapView のルートなど) を描画する状況にある場合は、「canvas.drawPath」を使用してみてください。私のアプリケーションの 1 つで、10,000 ポイントを含む約 500 のルートを描画しており、「canvas.drawLine」の代わりに「canvas.drawPath」を使用すると、描画時間が最大 30% 短縮されます。