Android:service points of attention and some knowledge points

Source: Internet
Author: User

1. Practice service Start () method to open a service, no matter how to open the button, is not open the service services, the console also does not have error messages,

The app does not flash, and the code is just a few lines away. I couldn't find it for a long time. At last, I looked at the video again, and the service was not registered in the manifest file. Whether it's activity or service,

Must be registered in the manifest file. The best way to do this is to write an activity or service and register it in the manifest file immediately.

Knowledge Points:

1 by

StartService (New Intent (Mainactivity.this,mystartservice.class));

When a service is opened in this way, the mystartservice automatically calls the OnCreate () method, and then calls the

Onstartcommand (Intent Intent, int flags, int startid)

This method, if you click on the button StartService (intent), then Mystartservice will not call the OnCreate () method, but the direct Onstartcommand () method.

StopService (Intent Intent); OnDestroy () method is called later.

An official life cycle chart is as follows:

Local address: E:\docs-14_r01\docs\guide\topics\fundamentals\services.html,

Android:service points of attention and some knowledge points

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.