Real entry for Android programs

Source: Internet
Author: User

The code is from the Mtandroid 3.1.2 Full development manual for Android platforms.

Overview

The real entrance to the Android program is the OnCreate method of the application class. Its inheritance relationship is as follows:

Java.lang.Object

Android.content.Context

Android.content.ContextWrapper

Android.app.Application

Operation Steps

Step 1, create the application subclass, sample code:

Applicationact inherits from Application class

public class Applicationact extends application{

...//code in class omit glare material

}

Step 2, the Android:name property value in the settings <application> tags in the project manifest is created for step 1

Java class. Example code:

<application

android:icon= "@drawable/icon"

Android:label= "@string/app_name"

Android:name= ". Applicationact "

<activity>http://www.huiyi8.com/jiaoben/

... ...

</activity>

</application>

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.