Android Studio Trick - Plugin && Shortcut เบื้องต้นใน Android Studio สำหรับมือใหม่

[Plugin]


- Android Drawable Importer
เวลาจะ import รูปภาพมาเก็บใน drawable ของโปรเจคใช้ตัวนี้จะดึงเข้ามา
จะได้ภาพที่มีความละเอียดเข้ากันได้กับทุกๆหน้าจอเลยครับ

- SQLScout (SQLite Support)
ตัวนี้ใช้ เรียกดู, จัดการ, SQLite databases ใน Android device (real time) *and file system
http://www.idescout.com/

- Json Viewer
เวลาเราได้ข้อมูล Json แบบเละๆมา
จับโยนใส่ tab ฝั่งขวาสุดของ android studio เขียนว่า Json Viewer
จะได้ Format Json ที่น่าดูขึ้นมาเลยครับ

- DTO generator
ตัวช่วยในการสร้าง Pojo เวลาเราได้ข้อมูล json ที่ส่งกลับมาจาก api
วิธีการใช้งาน : https://github.com/nvinayshetty/DTOnator (ใครใช้ Kotlin ลองดูภาพล่างสุดครับ)
ข้อมูลจำลอง JSON > https://jsonplaceholder.typicode.com/users/

[Shortcut]

Quick Document infomation 
(Crl+Q)
Reformat Code
CTRL+ALT+L )
Collapse/Expand Code Blocks 
(CTRL + - )  
Search In Current File 
(Shift + R)
Search Everywhere 
(CTRL + Shift + R)
Show Parameter of function 
(Crl+P)
Recently Opened Files 
(CTRL+E)
Override Methods.
(CTRL+O)