logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What do you know about Intents?


  • Correct Answer
  • - Notification messages to the user from an Android enabled device can be displayed using Intents - There are two types of Intents - Explicit Intent, Implicit Intent Implicit Intent: - In case of Implicit Intent, an intent is just declared - It is for the platform to find an activity that can respond to it - Since the target component is not declared, it is used for activating components of other applications Explicit Intent - Explicit intent specifies the particular activity that should respond to the intent - They are used for application internal messages 


  • Technology problems


    Search Results


    • 1. When is the onStop() method invoked?
    • Discuss
    • 2. Is it possible to use or add a fragment without using a user interface?
    • Discuss
    • 3. When is the best time to kill a foreground activity?
    • Discuss
    • 4. What is the difference between a regular bitmap and a nine-patch image?
    • Discuss
    • 5. What is the function of an intent filter?
    • Discuss
    • 6. What is AIDL?What data types are supported by AIDL?
    • Discuss
    • 7. Describe Android Application Architecture.
    • Discuss
    • 8. How to select more than one option from list in android xml file? Give an example.
    • Discuss
    • 9. Why cannot you run standard Java bytecode on Android?
    • Discuss
    • 10. How does an application run in isolation from other applications?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment