Does somebody know where is the getResources()
method implemented? It is abstract method in android.content.Context
class but I cannot find out which class implements it? I found an answer here on SO but it seems it is not the right answer.
I am searching a particular class which implements getResources()
method because I want to know what it exactly does.
Where can I find the implementation which "something does", not only calls something else?