tags:

views:

9352

answers:

5

Particularly, where can I browse the source code for the contact application? Is the only way to go to download all there is?

A: 

I've found a way to get only the Contacts application:

git clone git://android.git.kernel.org/platform/packages/apps/Contacts.git

which is good enough for me for now, but doesn't answer the question of browsing the code on the web.

J. Pablo Fernández
A: 

gitweb will allow you to browse through the code (and changes) via a browser.

http://git.or.cz/gitwiki/Gitweb

(Don't know if someone has already setup a public gitweb for Android, but it's probably not too hard.)

Peter Boughton
+13  A: 

http://android.git.kernel.org/ has a web view of all the different parts that make up android.

Contacts is here for example.

To get all the code locally, you have to use repo

rq
+3  A: 

You can use Google Code Search. See: http://brainchunk.blogspot.com/2009/02/how-to-browse-android-source-code-tree.html

yfScooby
A: 

http://www.android300.com seems can do it.

Tonny