How to get all the files that are in the Resource folder and move to a list.
I'm doing it manually, but now I need to dynamically pick up and move to a list all the files that are in the Resource.Raw folder
string[] caminho = new string[2];
caminho[0] = "android.resource://" + PackageName + "/" + Resource.Drawable.a;
caminho[1] = "android.resource://" + PackageName + "/" + Resource.Drawable.b;