Wednesday, June 26, 2013

Browsing through Android Source Code

Many time we want to understand how are Android API's implemented,
For example when you are using a API and want to understand the implementation of that api, you certainly don't want to browse through entire Android source to check what the implementation, it just kills the fun.

From

To


Here are the simple steps to understand how to do this!


WHAT ALL IS REQUIRED?
To accomplish this you need 2 things
  1. Eclipse
  2. Internet connection
STEPS:


Once completed accept changes and restart your eclipse.
Now next time you wanna checkout the source just check for definition of class/function. :)