'One Android project two java file & res file

I took this from another resource but I have two java files and a res file I could not understand very well. Are these two files necessary?

Android project



Solution 1:[1]

its a modular project.

in modular project, for every android-library module you have a manifest, java folder and res folder

your main manifest is the one in app module. you can navigate among activities as well. for more information about modular project benefits check this link

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1