BarahaSoft

Best Android Studio Tips and Tricks that we must know while smart coding

Share It

Being an Android developer, we must thank Google for this giant tool. To utilize its power perfectly, we must know the way to use its features. Here in this blog, we will discuss different tips and tricks that can be used while coding.

These shortcuts can make our coding faster and easier.
1. ctrl+alt+o : it removes unused imports.
2. ctrl+shift+down: it moves current line one step down
3. ctrl+d: it duplicates current line
4. ctrl+y: it deletes current line
5. ctrl+alt+l: format all code in file

Change to specific plugin version and required gradle version
File > Project Structure > Project

click here to see release notes

Toogle Offline/Online Gradle


Share It