Hey! Guys,
I have created a folder in my project root called "images".
Now, I want to load Bitmap using filename like "/images/face.png".
How would I do it? (I don't need solution like R.drawable.face).
Also, how can I access the current acitivity without passing the refferece from other class.
Like, in iPhone I can use [UIApplication sharedApplication] in any class to access the root class.
Please, give me some suggestions.

