You can access your layout at res/layout/<your_layout_name>.xml
Activity is where you can add interaction to your app programmatically
Manifest is the place where you can register your activity and app permission
You can add your image at res/drawable You can add your color at res/values/colors.xml You can add your static string at res/values/strings.xml