In Eclipse there is the command Ctrl+O to search a method in a file. What is shortcut for the same command in Android Studio?
Found these solution more better:
http://mussharapp.blogspot.in/2013/07/android-studio-keyboard-shortcut.html
http://www.techrepublic.com/article/four-handy-android-studio-shortcuts-for-eclipse-users/
ctrl+shift+f Show activity on this post. In Android Studio, On a Windows or Linux based machine use shortcut Ctrl + Shift + F to search any string in whole project. It's easy to remember considering Ctrl + F is used to search in the current file.
Android Studio stores the projects by default in the home folder of the user under AndroidStudioProjects. The main directory contains configuration files for Android Studio and the Gradle build files. The application relevant files are contained in the app folder.
In Android Studio, you can search for all files using the following shortcuts: A Find in Files window will appear, letting you search for a specific text in your project: Type something in the search bar and the window will show any matching results.
Below you can download complete SearchView Android Studio project code, see final output and step by step explanation of example: Step 2: Open res -> layout ->activity_main. xml (or) main.xml and add following code: In this step we open an xml file and add the code for displaying a SearchView and ListView by using its different attributes.
You can search by method name or symbol name using CTRL + ALT + SHIFT + N on Windows & OPTION + CMD + O on Mac. This will search throughout the project. Additionally, you can use CTRL + F12 on Windows and CMD + Fn + F12 on Mac to search in the current class.
Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project Step 2 − Add the following code to res/layout/activity_main.xml. Let's try to run your application. I assume you have connected your actual Android Mobile device with your computer.
Windows : CTRL + F12
Mac : cmd + F12
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With