Android Activity and androidactivity

Source: Internet
Author: User

Android Activity and androidactivity



For the issue of Activity page Jump in Android

If your button is not in Activity, use context to start, that is, the above mContext to start, startActivity (new Intent (mContext, xxx. class ))
Change to mContext. startActivity (new Intent (xxx ));

In fact, the previous startActivity does not work because it is this. startActivity by default. You only need to use the Context Environment to start the current class when it is a subclass of Activity.

Therefore, it is better to know more about the underlying functions of the Code. Generally, this. setView is used for all of my setviews. It is clear that it can also enable eclipse to automatically prompt...

Which of the following statements is best for the Activity class in Android?

Activity is a container of the image. Various controls (buttons, text, check boxes, etc.) are placed in the container to form the software interface ~
Activity is visible. If no control is added, it is like a blank form in Windows.
Use Public Class activity01 extends Activity {} to create an activity01 Activity Class, that is, an Activity




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.