[android-developers] Android source control

2013-01-24 Thread bob
Is there a real common approach that Android people use for source control? Or is it largely fragmented among the popular options like git, Subversion, and Mercurial? Should Google create a service (maybe called *Google Safe*) for us to stick our code? Thanks. -- -- You received

Re: [android-developers] Android source control

2013-01-24 Thread Kristopher Micinski
Android doesn't have any unique things that have caught on. Furthermore, many Android apps are closed source, so it's hard to evaluate what most people are using. There is certainly a large presence of Android apps on Github, but there are also many on SourceForge, Bitbucket, etc... Google has

Re: [android-developers] Android source control

2013-01-24 Thread Douglas Drumond
This? http://code.google.com/p/ -- Douglas Drumond http://drumond19.com 2013/1/24 bob b...@coolfone.comze.com Is there a real common approach that Android people use for source control? Or is it largely fragmented among the popular options like git, Subversion, and Mercurial? Should