Mohamed Amir wrote: > Hi, > > I need to check the source code of location platform classes, e.g. > LocationManager, LocationProvider, ...etc. > > Is there a way to do that other than following the procedure in > http://source.android.com/download to download the 2GB source?
Use Google Code Search: http://www.google.com/codesearch Search on whatever class you want, and add package:android to the search string to restrict the search to the Android source code: http://www.google.com/codesearch?q=LocationManager+package%3Aandroid -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

