Resources are static bits of information held outside the Java source code. Resources
are stored as files under the res/ directory in your Android project layout (whether
that is in the project root for Eclipse or in the main/ sourceset for Android Studio).
Here is where you will find all your icons and other images, your externalized strings
for internationalization, and more