<How to draw on a relative layout?> I know it is o...
# stackoverflow
u
How to draw on a relative layout? I know it is only possible to draw on a canvas, however, my situation does not allow me to do as such(or maybe I do not know how to do it.) In any case, this is the video that I have followed, it is very simple, which teaches how to draw based on touch inputs on a canvas. (

https://www.youtube.com/watch?v=r8zAQTa2rfE

) This is the most commonly used method to draw, by having 2 classes, 1 which extends View(so as...