Does anyone know of a website where the entire Android kernel and application stack is indexed and easily searchable? There are many LXR installations for the Linux kernel (like lxr.linux.no), but I haven't been able to find one for Android.
I often need this kind of access to the Android source code while developing my apps. Either to understand why something works the way it is, or to learn by example.
I am mainly looking for an easy interface that:
- Allows me to search for any identifier.
- Provides cross-reference links so I can easily jump between functions and find references.
- Doesn't require me to download the entire source package.
- Provides access to more than one Android version.