[JAVA] Android view

I am a beginner, but I summarized it for personal study

Android view

You can change the appearance of the ** Project tool window **, which defaults to ** Android view ** In Android view, only the files necessary for development are displayed, and if necessary, switch to another view such as ** Project view **.

Android view file structure

・ It is roughly divided into 3 folders: ** manifests **, ** java **, ** res **.

①manifests

・ ** AndroidManifest.xml ** file is stored -The AndroidManifest.xml file describes ** settings required to run the app **.

②java

-As the name suggests, the java file is stored. -(AndroidTest), (test) on the right side of the package is the storage location of the .Java file for testing the Android application.

③res

-Stores .xml files and image files used in apps ・ The res folder has the following subfolders ① ** drawable ** ・ ・ ・ Stores images ② ** layout ** ・ ・ ・ Stores .xml file related to screen configuration ③ ** mipmap ** ・ ・ ・ Stores the app icon ④ ** values ** ・ ・ ・ Stores fixed character strings (String.xml), screen styles (styles.xml), and .xml files that represent color configurations (colors.xml) stored in the app.

Recommended Posts

Android view
Customize list view on Android
Android ripple effect (Custom View)
How to "hollow" View on Android
[Kotlin / Android] Create a custom view
Android CSV library
Android weather app
[Android] Interface example
[Android] Detailed notes
Browse an instance of Tab's View on Android
Android TCP client
Android Development App_Preparation
Android SIP Library
Display text character by character in Android Surface View
[Rails] View sharing
I saw the list view of Android development collectively