logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the different modes of operations used in services for Android?


  • Correct Answer
  • There are two modes of operations that are necessary to run depending on the value returned by the startcommand() The modes are as follows: - START_STICKY: this mode is used for the services that are explicitly started and stopped according to the need and the requirement of the user - START_NOT_STICKY or START_REDELIEVER_INTENT: this service mode is used for services that are running only when the processing command sent to them That means these run on the basis of the command that is passed to them by giving the instruction of execution - Clients uses the ContextbindService() that is used to get the persistent connection for a service To create a service that is not already running the command onCreate is used 


  • Technology problems


    Search Results


    • 1. What are the multimedia features involved in making Android popular?
    • Discuss
    • 2. What is the role of compatibility that is used in Android?
    • Discuss
    • 3. What is the TTL (Time to Live)? Why is it required?
    • Discuss
    • 4. What are the dialog boxes that are supported in android? Explain.
    • Discuss
    • 5. What is android? What are the features of Android?
    • Discuss
    • 6. What is the procedure to check status of an activity in Android?
    • Discuss
    • 7. What are the security measures that are taken to make Android secure?
    • Discuss
    • 8. What are the features of iphone 3G?
    • Discuss
    • 9. What is iphone architecture?
    • Discuss
    • 10. Describe the functionality of accelerometer of an iphone
    • Discuss


    Comments

    There are no comments.

Enter a new Comment