Which of the following is not a valid Android resource file name?
Which of the following is not a valid Android resource file name?
In Android, resource file names must adhere to specific naming conventions. They must be in lowercase, cannot contain capital letters or spaces, and can only include letters, numbers, and underscores. The option 'myLayout.xml' is invalid because it contains a capital letter 'L'. Therefore, 'myLayout.xml' is not a valid Android resource file name.
B. myLayout.xml