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.