Android App Development – Using Android resources part 2: Image, Color, Arrays and Dimensions Resources

Image Resources: Android provides us with the ability to use image resources in our applications. We can put image files in res/drawable directory and access them from the xml layout or by the generated ID from R.java class file. You can use image files of the following formats: PNG JPEG GIF we have three drawable … Continue reading Android App Development – Using Android resources part 2: Image, Color, Arrays and Dimensions Resources