You can actually reverse engineer an entire app to java code and see all the resources such as strings and images. Just takes around 10 minutes
http://stackoverflow.com/questions/3593420/android-getting-s...You can prevent this by obfuscating your code in eclipse with proguard, however most apps are not obfuscated.