Monday, December 20, 2010

Getting Android Gallery Application Source Code Using Git

Suppose you already installed your git on your OS.

Go into the directory where you want to create the project file, then type the following command.
git clone git://android.git.kernel.org/platform/packages/apps/Gallery.git

Then you will get a folder called 'Gallery' with all the source code.

Reference
Git official page
Android Gallery app source code

No comments:

Post a Comment