Eg:- I want to go through the methods which are in ListActivity class. In Eclipse when we right click the particular class then in some options we can see all the methods of that class. How can I do this in Android studio?
In the Project view, you will see something labeled "Structure". If you hit there, you will see all the methods in a given class.