In this video segment we discussed two different ways to draw 2D Graphics. One way was to draw with Views. Another way was to draw with a Canvas. Which of the following factors would lead you to draw with a View, rather than with a Canvas?
A.
The Graphics for the application are simple.
B.
The Device is memory-constrained.
C.
The Graphics for the application won't be updated regularly.