Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where I can see all the methods of a class in Android studio?

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?

like image 941
Akash Khandelwal Avatar asked Dec 05 '22 02:12

Akash Khandelwal


2 Answers

In the Project view, you will see something labeled "Structure". If you hit there, you will see all the methods in a given class.

like image 89
Fustigador Avatar answered Feb 14 '23 20:02

Fustigador


Click on "Structure" on the left pane and you will find all the methods listed

Click on structure

like image 31
ABM Avatar answered Feb 14 '23 22:02

ABM