Android App Development – Using Android resources part 1: String Resources

Resources in Android are files stored under the res directory of your project. Resources can be physical files (Audio, video, images, text, etc…) or xml files that declare some values to use in your application. Why use Resources: The resources are bound to the application in a way that you can change them without needing … Continue reading Android App Development – Using Android resources part 1: String Resources