I read somewhere that all default android applications where opensource.
If this is true, I am trying to find the Google Maps code. Can anyone tell me how I might find it?
|
I read somewhere that all default android applications where opensource. If this is true, I am trying to find the Google Maps code. Can anyone tell me how I might find it? |
|||||||
|
|
|
|||||||||||
|
|
Although Android itself is open-source Googles propritary apps are closed source for obvious security and intellectual property reasons. These proprietary apps include the following:
If you want to utilize these apps in their provided state you can trigger them using intents. Each application will require parameters in the intent uri or extra parameters, however examples of these are easy to find. |
||||
|
|
|
if you work in eclipse use download manager for download this plugins http://adt-addons.googlecode.com/svn/trunk/source/com.android.ide.eclipse.source.update http://adt-addons.googlecode.com/svn/trunk/binedit/com.android.ide.eclipse.binedit.update It give you acces to android source platform and many applications |
|||
|