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つの方法で行うことができます:
canvas.drawcircle(...)
ShapeDrawable.SetBounds()
ShapeDrawable.draw(canvas)
何がより速くレンダリングされますか? より良い練習は何ですか?それとも関係ありませんか?
drawCircle() の方が速いはずです。