Iam using MVC model for a game and i want to save a reference por a Drawable of each unit. The problem is that i cant initialize in the usual way
this.getContext.getResources().getDrawable(R.drawable.unit) => this wors only in a "view" class.
I want to initialize the Drawable from a class that extends nothing.
Thanks! Sorry for my english.



