zlacker

[return to "Google releases full Android 4.0.1 source code, includes Honeycomb too"]
1. thrist+Dl[view] [source] 2011-11-15 06:25:09
>>patric+(OP)
So, the Android website is packed full of information about how to clone the Android repository and build it from scratch, but I just want to browse it online. Is there some official "gitweb" site or something that I can poke at?
◧◩
2. asmoso+1n[view] [source] 2011-11-15 07:02:42
>>thrist+Dl
Android sources get mirrored to https://github.com/android/, which allows browsing of the code. The latest release is probably not be there yet, though.

For example, source of the MMS conversation list:

https://github.com/android/platform_packages_apps_mms/blob/m...

-- update: Another great place to browse the source, with working links to other classes, multiple versions etc, is grepcode:

http://grepcode.com/file/repository.grepcode.com/java/ext/co...

[go to top]