for example
public static String[] dogs = {
"White dog",
"brown dog"
}
is it possible to load up an image when "white dog" is called/used?
for example
public static String[] dogs = {
"White dog",
"brown dog"
}
is it possible to load up an image when "white dog" is called/used?
If you want to load images in Android Studio in the fashion you want to, you need to do the following: