Android-First Android Program

Source: Internet
Author: User

    • Directory structure and function of Android project

Directory

Function

Gen

Automatically generated files, do not modify

Assets

Customization of the resources needed in the project, the Android platform does not recognize

Res

Engineering resources, the Android platform is recognized, and IDs are automatically generated in the Gen directory

Drawable

Drawing of resources (Pictures), corresponding to different resolutions

Layout

Layout Management Files

Values

Managing constant values

Androidmanifest.xml

A project manifest file that describes the entire Android application.

    • Activity

Activity is the user interface for Android applications. A lot of controls can be placed in an activity.

Activity can also be understood as a container for controls.

    • Important attributes

Android:layout_width width

Android:layout_height height

fill_parent | Wrap_content

Android:layout_weight weight (default = 0)

Android:id Unique identification used to reference in a program or configuration file

The width and height are the properties that the control must contain.

Android-First Android program

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.