In my application I have many classes and activities. Droid is a class which does not have context. Mygame is a class which extends SurfaceView and implements SurfaceHolder.
Example: Getting app_name string:
Resources.getSystem().getString( R.string.app_name )