

For example, press ctrl + alt + o (in Windows) or ctrl + option + o (in Mac) and then ctrl + s. Now, do the desired operations by pressing the keys. To make a macro, go to Edit > Macros > Start Macro Recording and then the macro recording will be started. But with the help of Macros, you can perform all these just by pressing ctrl + s or any key combination of your choice.
#Text blocks in android studio code#
For example, if you want to remove the unwanted imports, then arrange the code and finally save the code, then you have to perform three operations through a keyboard. Macros are very beneficial when you want to perform more than one action by just pressing one key(or a combination). So, in order to search these features in a very fast manner, you can use: Finding ActionsĪndroid Studio contains a number of features and it is impossible to remember the place from where a particular feature can be used or activated.
#Text blocks in android studio windows#
Don't worry, by pressing shift (two times) (both in Windows and Mac) you will get a window to search anything you want to find. So, it becomes a harder task to find which file is located where.

While developing an Android application, we make many files and in those files, there are many classes and symbols. To close or hide all the opened tool window and to get the maximum space available for the editor, you can use ctrl + shift + f12. To get back the window again, you can press f12 anytime. You can close the recently opened tool window by pressing the shift + esc (For both Windows and Mac)button. So, now you can press G to open the Gradle(the switcher is open here). Here, you can see that G is underlined in case of Gradle. For the color of the text, go to Android Studio > Preferences > Editor and then change the desired property according to you. For Mac: Android Studio > Preferences > Appearance & Behavior > Appearance > Theme and then choose the desired option.To change the color of the editor text, you can go to File > Settings > Editorand change the desired property. For Windows: File > Settings > Appearance & Behavior >Appearance > Theme and then choose the desired Theme.To change the Theme and color of the Android Studio, go to: So, a good and eye-soothing theme must be there. The theme of the IDE plays an important role in determining the time that we can spend on Android Studio to write code. So, let’s look upon some of the Tips and Tricks of Android Studio. But if you want to write codes in a faster and convenient way, then you must know all the features that Android Studio provides.

No no, we are not going to kill anyone :)) I mean to say that we all know that Android Studio provides a number of features that can be used for faster Application development but do we use all those features? The answer is NO. It is rightly said that: A sword never kills anybody it is a tool in the killer’s hand. No prizes for guessing! In this blog, we will look upon some of the Tips and Tricks of Android Studio that will speed up your work even faster. Also, we get an organized way to manage our project in Android Studio. Nowadays, every Android Developer uses Android Studio to write codes for their Application because Android Studio gives us a lot of functionalities and features, that make our speed of writing codes fast. But the most famous and the recommended one among these IDEs is the Android Studio. For example, Android Studio, Eclipse, Visual Studio (in some cases), etc. Being an Android Developer, we use a number of IDE for writing the code for our Application.
