DEV Community

Discussion on: Many classes and many layout files

Collapse
 
subbramanil profile image
Subbu Lakshmanan • Edited

Your question is a bit unclear, however, I will try to answer the best I can.

In Android, the layouts, strings, values, etc., are called resources and represented in XML format.

The easiest way to manage classes & layouts is to name them better.

Typically, the layout files start with either

activity_

fragment_

view_

As long as you follow a naming convention with relevant names to resources, it will be easy to use them in the activity/fragments.