Android programming - How to acces [to draw on] XML view in main.xml layout, using code
- by user556248
Ok I'm a newbie at Android programming, have a hard time with the graphics part. Understand the beauty of creating layout in XML file, but lost how to access various elements, especially a View element to draw on it.
See example of my layout main.xml here;
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout…