-3 the first step of activity

Source: Internet
Author: User

Long time don't write the tutorial, althought write too rotten.

Today is oN the how to delevop app first lesson. On the activity frist step.

Main content:

1. Boot Process of activity.

2, acivity and XML relationship.

3. Activity obtain control object.

1, on the boot process.

Android system frist go to load androidmainfest. XML, androidmainfest. XML contain frist run configure of activity, some system access jurisdiction. (for example access sdcard or net ). when loaded androidmainfest. XML Android system will go to run androidmainfest. XML
Contain frist activity. It will find this activity corresponding Java file. Run Into oncreate function. oncreate will find activity_main.xml.this time a activity almost OK. (The process will involve activty lifecycle .).

2, acivity and XML relationship

In general activity need a XML. xml full name is "Extensible Markup Language". Main function used to layout.

3. Activity obtain control object.

When a activity after call setcontendview () (this interface will Association XML), You can find control object. Find it later you can control it.

OK, today over.

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.