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
2009-01-16 07:34:15
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
2009-01-16 07:44:10
+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
2009-01-16 07:58:46
+3
A:
You can use Google Code Search. See: http://brainchunk.blogspot.com/2009/02/how-to-browse-android-source-code-tree.html
yfScooby
2010-01-06 18:06:26