Tour Android Studio
Pada sub bab ini anda akan mempelajari mengenai cara menggunakan android studio dengan baik, seperti shortcut, generator, dan layout layout penting pada Android Studio.
Layout
Tampilan layout android studio dapat berubah ubah sesuai dengan file yang sedang kita buka. Pada umumnya ada tiga jenis file yang akan sering dibuka ketika membuat sebuah aplikasi android yaitu gambar, java, dan xml.
Layout file gambar
Berikut ini layout editor android ketika anda membuka sebuah file gambar.
Layout file java
Berikut ini layout editor android ketika anda membuka sebuah file java.
Layout file xml
Berikut ini layout editor android ketika anda membuka sebuah file layout xml.
Shortcut
Berikut ini daftar shorcut yang sering digunakan pada saat membuat program android pada android studio.
Pencarian
- Shift+Shift — Search Every Where
- Ctrl+F — Find Text with in a Single File
- Ctrl+Shift+F-Find Text in All Files
- Ctrl+R — Replace Selected Text in a Single File
- Ctrl+Shift+R — Replace Selected Text in all Files (Be Careful while Using This)
- Ctrl+Shift+A —Search for IDE Commands
Navigasi
- Ctrl+N — Navigate to Class
- Ctrl+Shift+N — Navigate to a File
- Ctrl+B — Jump to Declareations
- Alt+ ↑ — Jump to Previous Method
- Alt+↓ — Jump to Next Method
- Ctrl+G — Jump to Line
- Ctrl+E — Recent Files
- Ctrl+Shift+Back Space — Jump to Last Edited Location
- Ctrl+B — Find Declarations
- Ctrl+Left Mouse(or)Ctrl+Alt+F7— Show Usage
- Alt + F7 / Ctrl + F7 — Find usages /Find usages in file
- Ctrl+Shift+B — Find Implementations
- F3 — Find Next
- Shift+F3 — Find Previous
Editing
- Ctrl+F6 -Refractor Code
- Ctrl+D — Duplicate a Line/Selected part
- Ctrl+Y — Delete a Line/Selected part
- Ctrl+Q — Quick Documentation
- Ctrl + Space — Code completion
- Ctrl+Shift+Space — Smart code completion (by expected type removes unrelated suggestions)
- Alt+Insert — Generate Code
- Ctrl+J — Insert Live template
- Ctrl + O — Override methods
- Ctrl + I — Implement methods
- Ctrl + Alt + T — Surround with…
- Ctrl + / — Comment / uncomment with line comment
- Ctrl + Shift + / — Comment / uncomment with block comment
- Ctrl+Alt+L — Reformat code