malcoauri
malcoauri

Reputation: 12199

How to look at code of some Android class?

I'm developing some Android application, and I need to look at source code of some Android class. I have tried to use Android Source tool (installed as Eclipse extension), but I can't still use "Open Declaration" for Android class, therefore I need to use alternative ways . Please, suggest me, can I open code for some class on-line or download sources? Thank you in advance.

Upvotes: 1

Views: 108

Answers (1)

Naresh J
Naresh J

Reputation: 2137

Here is the link, which provides the class code with respect to their versions :

http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/

Upvotes: 2

Related Questions