I'm a beginner in App development for Android. My question is pretty simple. I can't seem to find out if the xml files in the layout folder should start with:
<?xml version="1.0" encoding="utf-8"?>
When i made a starter project, it wasn't there. But I'm also reading a book which says it should be there?
What is the correct way?