Application resource file used by programs developed for Google's Android mobile operating system; contains compiled resources in a binary format; may include images, strings, or other data used by the program; usually included in an .APK package file. Resource files enable developers to access resources in a standard way in the program source code. They also can be used for protecting proprietary data since the data is compiled into a binary format.