logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the procedure to check status of an activity in Android?


  • Correct Answer
  • The status of an activity can be start and stop only The start means the activity is up and running It is in execution state and performing some actions Whereas the stop state defines that the activity is being stopped and performing no action on the system To see or check the status of an activity there is a command that has to be used like NEW_TASK_LAUNCH flag that keeps the track of all the activities that are running and the main command under which the flag resides is given as startActivity() call To bring the activity stack in front of the process that is already running require the command mentioned above to be used The activity can be started remotely by using the remote services These services allow easy interaction with the client and provide the sample to show it on the local server 


  • Technology problems


    Search Results


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


    Comments

    There are no comments.

Enter a new Comment