private static String nIcon;
nIcon = BA.applicationContext.getResources().getIdentifier("icon", "drawable", BA.packageName);
Ha, I guess I now need to learn the difference between a Drawable and a Bitmap. And how to convert to Bitmap.
The above obviously returns a drawable.......
I need it to be a Bitmap.....
Clues? lol