Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

android studio three windows:

1)main editor window

2)project window

3)layout window

how file organize in android studio

1) gradle file

defines how our app compile and run

2)source code file

contain the logic

3) resource file

contain layouts xml coding etc

comments called TODO statement in android

You might also like