0% found this document useful (0 votes)
46 views1 page

Understanding Android Studio Layouts and Files

Android Studio has three main windows: the main editor window, project window, and layout window. Files in Android Studio are organized with gradle files defining how the app runs, source code files containing logic, and resource files containing layouts and other resources. Comments in Android code are called TODO statements.

Uploaded by

abubakernawaz
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

Understanding Android Studio Layouts and Files

Android Studio has three main windows: the main editor window, project window, and layout window. Files in Android Studio are organized with gradle files defining how the app runs, source code files containing logic, and resource files containing layouts and other resources. Comments in Android code are called TODO statements.

Uploaded by

abubakernawaz
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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