Current location - Recipe Complete Network - Complete cookbook - Design a program with androidstudio
Design a program with androidstudio
Androidstudio is becoming more and more popular as a newly developed Android development tool. Here I will introduce how to create an APP project in Androidstudio, and introduce other operation and programming methods about Androidstudio in my later experience.

Tools/raw materials

Androidstudio

Methods/steps

1

Open the software, select File-New Project from the menu, and open the creation wizard.

2

Configure the project and determine each name and storage path of the storage project;

Application Name: Project Name

CompanyDomain: company domain name.

Packagename:app package name.

Project location: storage path

It's better to remove the example from the name.

three

Next, set the minimum version compatible with Android, depending on the situation. I set it to Android version 2.3 here.

four

If you are not sure about the difference between different versions, you can click "helpmechoose" to introduce the functions of different versions of Android in the open window.

Step reading

five

After determining the minimum compatible version, select the activity type of the project. There are many ready-made templates available. For beginners, choose the default BlankActivity.

six

Next, set the name of the activity, the name of the interface layout and the interface title, and finally click finish to complete the creation of the project.

seven

After creation, double-click the xml file under the project name -app-src-main-res-layout to open the active interface design window.

end

Matters needing attention

Pay attention to choose the minimum compatible version of Android according to the situation.

Androidstudio Tutorial (6 books in total)